Skip to content

Fix task.get within task - see #594

A Celery task was being called within a Celery task, and the result retrieved. This can leads to deadlocks and Celery refuses to run this in more recent versions. Running this sequentially should be fine here as it is happening within a task anyway.

Merge request reports