biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Fix delete volume behavior #684

Open mzur opened 8 months ago

mzur commented 8 months ago

A volume is deleted with a queued job because it could "take long". However, all that should happen is that a few events are fired that are handled by queued event listeners (confirm this, also in modules?). So there is no need to delete the volume in a queued job.

Background: I found a volume without any projects which should not happen. But the job to delete the colume was stuck in a congested queue.