Skip to content

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> $STDERR for materialized view updates and 49 * * * * python3 /scripts/mqtt_sync_wrapper.py sync-sms sms_cv > $STDOUT 2> $STDERR for SMS CV sync

⚠️

Do not change the auto-generated Merge commit message or Squash commit message, otherwise the release pipeline fails!

Edited by Florian Gransee

Merge request reports

Loading