Skip to content

BOTTINT-28: Use filesystem broker

Thomas.Nokling requested to merge BOTTINT-28 into master

Set up filesystem broker to avoid the need for a local MQ broker. Also set task_always_eager flag, that will ensure that scheduler-tasks are run in serial and not asynchronous. This flag also eliminates the need for a seperate worker.

Merge request reports