Skip to content

backend: explicitly allow starting and ending a non-existent task_run

Not all celery tasks are recorded in the task_run table, but the celery listener needs to be able to process all events, even for tasks it doesn't know. The stricter type checking has broken this, coincidental, ignoring.

Closes: #4688 (closed)

Merge request reports