kibana/x-pack/test/plugin_api_integration
Gidi Meir Morris 3b0215c26b
[Task Manager] Ensures retries are inferred from the schedule of recurring tasks (#83682)
This addresses a bug in Task Manager in the task timeout behaviour. When a recurring task's `retryAt` field is set (which happens at task run), it is currently scheduled to the task definition's `timeout` value, but the original intention was for these tasks to retry on their next scheduled run (originally identified as part of https://github.com/elastic/kibana/issues/39349).

In this PR we ensure recurring task retries are scheduled according to their recurring schedule, rather than the default `timeout` of the task type.
2020-11-19 14:37:28 +00:00
..
plugins [Task Manager] Ensures retries are inferred from the schedule of recurring tasks (#83682) 2020-11-19 14:37:28 +00:00
test_suites [Task Manager] Ensures retries are inferred from the schedule of recurring tasks (#83682) 2020-11-19 14:37:28 +00:00
config.ts [Task Manager] adds basic observability into Task Manager's runtime operations (#77868) 2020-10-27 15:58:04 +00:00
ftr_provider_context.d.ts
services.ts