Skip to content

Storage tasks should produce no result, they should only empty the queue into...

Johan Bloemberg requested to merge storage_queue into master

Storage tasks should produce no result, they should only empty the queue into the database. Tasks that need database access and/or produce a result are handled by the database queue.

Merge request reports