Actions
Bug #21802
closedRecurring tasks need to be more resilient
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1518576
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Create a recurring task
2. Cancel the task, while leaving the recurring logic running
Actual results:
The recurring logic stays active forever without actually spawning any more tasks.
Expected results:
The recurring logic either cancels itself or tries to recreate the cancelled task.
Additional info:
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman-tasks/pull/311 added
Updated by Adam Ruzicka almost 7 years ago
- Copied to Bug #22700: Use the facilities from foreman-tasks for more resilient recurring jobs added
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6d0d96188a8b74973089436c89aa93e34d40855d.
Updated by Marek Hulán over 6 years ago
- Related to Bug #23008: rss notifications: no implicit conversion of Time into String added
Updated by Ivan Necas over 6 years ago
- Related to Bug #23849: Current user is not set when triggering repetitions of recurring actions added
Actions