2a78d2a61c
pkg/services: Check errors ( #19712 )
...
* pkg/services: Check errors
* pkg/services: Don't treat context.Canceled|context.DeadlineExceeded as error
2019-10-22 14:08:18 +02:00
364d2358d8
alerting: add lock on job to prevent a race condition ( #18218 )
...
without this lock there is a race condition between the scheduler and job processing.
2019-09-03 09:14:28 -04:00
d8736a2547
Alerting: golint fixes for alerting ( #17246 )
2019-06-03 10:25:58 +02:00
bd5bcea5d0
alerting: fix a bunch of lint issues. ( #17128 )
2019-05-20 12:13:32 +02:00
1b84a924a3
Alerting: Makes timeouts and retries configurable ( #16259 )
...
Adds new alert settings for configuring timeouts and retries named
evaluation_timeout_seconds, notification_timeout_seconds
and max_attempts.
Closes #16240
2019-03-29 12:58:37 +07:00
364154d81f
moves timeout tests to an integration test
2019-01-28 07:56:31 +01:00