#1742 retrigger_new_repo_on_failure does not run
Opened 2 years ago by mikem. Modified 2 years ago

MBS contains code to retrigger newRepo tasks when they fail, retrigger_new_repo_on_failure(). However, this code is never called.

It appears that this was simply an oversight in the Celery port (commit 0607f20) a while back. The code was converted to a celery task, but that task was not included in setup_periodic_tasks()


Login to comment on this ticket.

Metadata