Skip to content

feat: add a scheduler task to check status of unfinished tasks

Task known has unfinished may have been killed, and the status will never be updated. This looping_task will iterate over the unfinished task, and check there status. If rq says they are failed or finished we update the entities.

Merge request reports