Skip to content
Snippets Groups Projects
Commit 0d0f3f75 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: simultaneous crons

parent 0a7225eb
No related branches found
No related tags found
2 merge requests!8052.1,!793Resolve "[Crons] Ecolyo services need to be triggered on more elongated timeframes - cozy feedback"
......@@ -182,17 +182,17 @@
"consumptionAlert": {
"type": "node",
"file": "services/consumptionAlert/ecolyo.js",
"trigger": "@cron 0 3 * * *"
"trigger": "@daily after 11am"
},
"aggregatorUsageEvents": {
"type": "node",
"file": "services/aggregatorUsageEvents/ecolyo.js",
"trigger": "@cron 0 1 * * *"
"trigger": "@daily before 7am"
},
"fluidsPrices": {
"type": "node",
"file": "services/fluidsPrices/ecolyo.js",
"trigger": "@cron 0 2 * * *"
"trigger": "@daily before 7am"
}
},
"permissions": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment