cron scheduler only sends mqtt
What does this MR do?
removes specific file calls from crontab.txt entries. It now calls a centralized mqtt_sync_wrapper
Why is this MR needed?
to unify the entries in the crontab.txt
How to test this MR?
- add things with respective ingest types and monitor the respective service/topic if run succeeds
- add entries to crontab.txt to test sms_sync:
49 * * * * python3 /scripts/mqtt_sync_wrapper.py sync-sms sms_backend > $STDOUT 2> $STDERRfor materialized view updates and49 * * * * python3 /scripts/mqtt_sync_wrapper.py sync-sms sms_cv > $STDOUT 2> $STDERRfor SMS CV sync
⚠️ Do not change the auto-generated
Merge commit messageorSquash commit message, otherwise the release pipeline fails!
Edited by Florian Gransee