sensorbucket / SensorBucket

IoT data processing gateway, for uniform consumption of many data formats
https://sensorbucket.nl
2 stars 0 forks source link

Fission MQT Queues not recreated after removal #72

Open TimVosch opened 9 months ago

TimVosch commented 9 months ago

If for any reason the RabbitMQ instance is wiped and the queues are lost, there is nothing to recreate the MessageQueueTrigger queues, this causes data to be lost.

Ideally when a queue is gone, Fission or KEDA should redeclare it. Another possible solution is for the userworker service to include the queue in its reconciliation loop.