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

Handle service unavailability. #591

Closed atruskie closed 2 years ago

atruskie commented 2 years ago

While a downtime incident was active, the harvest failed to create an upload slot.

The harvest was created but stuck on :new

In this case we should probably not create the harvest rather than leave it stuck on new.

Alternatively we could allow the harvest to transition automatically on the next request.