minvws/nl-kat-mula

[OpenKAT v1.7] When organisations get deleted this should be resembled in the API

Closed this issue · 1 comments

When an organisation gets deleted, the schedulers for that organisation get deleted. However in the api it remains present. This results in the task runner to still try to pop of tasks from queues that don't exist.

#68 added more tests to check if this was a scheduler issue. It seems that it is working as intended and that orgs are removed when an organization gets deleted. This leads to be believe that the task runner might not have updated it queues/orgs that it needs to poll.