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:
Actions