QutEcoacoustics / baw-server

The acoustic workbench server for storing and managing ecoacoustic data. Manages the structure and audio data. Provides an API for clients access.
Apache License 2.0
9 stars 4 forks source link

Harvest reliability #655

Open atruskie opened 1 year ago

atruskie commented 1 year ago

Often our uploader gets stuck when a job item is lost (due to exception or process death or database issues or race conditions).

We probably need some kind of scheduled follow up job that occasionally re-enqueues items that have no job in the queue and are effectively stuck.