fix: prevent cron from firing all MQTT publishers in quick succession #156

Merged
Mark-van-der-Klaauw merged 1 commit from Mark-van-der-Klaauw/intranet:fix/mqtt-publish-pacing into main 2026-08-02 12:01:55 +02:00

To prevent cron from firing all MQTT publishers back-to-back in quick succession every 5 minutes, add a 5 second pause between each MQTT publisher call to spread the load across the run instead of firing it in very quick succession.

To prevent cron from firing all MQTT publishers back-to-back in quick succession every 5 minutes, add a 5 second pause between each MQTT publisher call to spread the load across the run instead of firing it in very quick succession.
fix: prevent cron from firing all MQTT publishers in quick succession
All checks were successful
Verify Pull Request / tests (pull_request) Successful in 2m2s
aab9ef378f
To prevent cron from firing all MQTT publishers back-to-back in
quick succession every 5 minutes, add a 5 second pause between each
MQTT publisher call to spread the load across the run instead of
firing it in very quick succession.
Mark-van-der-Klaauw deleted branch fix/mqtt-publish-pacing 2026-08-02 12:01:55 +02:00
Sign in to join this conversation.
No reviewers
No labels
Draft
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
msl/intranet!156
No description provided.