mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-19 02:28:08 -05:00
* [MM-15267] Utils: add backoff function to allow retries (#10958) * [MM-15267] Utils: add unit test and update retry logic (#10958) * [MM-15267] Utils: Add three retries to ProgressiveRetry (#10958) * [MM-15267] Utils: add comments for progressive retry (#10958) * [MM-15267] Utils: add license header to newly added file (#10958) * [MM-15267] Utils: fix typo (#10958) * [MM-15267] Utils: inline callback in function call (#10958) * [MM-15267] Utils: remove type definition for backoff callback function (#10958) * [MM-15267] Utils: use lookup table for timeout duration (#10958) * [MM-15267] Utils: table driven unit tests for Progressive Backoff (#10958) * [MM-15267] Utils: simplify retry function (#10958) * [MM-15267] Utils: add assert and require packages to test file (#10958) * [MM-15267] Utils: revert changes in go.mod and go.sum (#10958) |
||
|---|---|---|
| .. | ||
| interface_generator | ||
| plugintest | ||
| scheduler | ||
| api.go | ||
| client.go | ||
| client_rpc.go | ||
| client_rpc_generated.go | ||
| context.go | ||
| doc.go | ||
| environment.go | ||
| example_hello_world_test.go | ||
| example_help_test.go | ||
| hclog_adapter.go | ||
| health_check.go | ||
| health_check_test.go | ||
| helpers.go | ||
| helpers_bots.go | ||
| helpers_bots_test.go | ||
| helpers_kv.go | ||
| helpers_kv_test.go | ||
| hooks.go | ||
| http.go | ||
| io_rpc.go | ||
| main_test.go | ||
| supervisor.go | ||
| supervisor_test.go | ||
| valid.go | ||
| valid_test.go | ||