Skip to content
Snippets Groups Projects
Commit 5f6b9753 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

feat: spread services execution

parent ebab1772
No related branches found
No related tags found
No related merge requests found
Pipeline #107434 passed
# Enedis half-hour monthly analysis
The service will run everyday 3rd of month at 8.00 am, as defined in the manifest:
The service will run everyday 3rd of month between 10am and 12pm (noon), as defined in the manifest:
```json
"enedisHalfHourMonthlyAnalysis": {
"type": "node",
"file": "services/enedisHalfHourMonthlyAnalysis/ecolyo.js",
"trigger": "@cron 0 0 8 3 * *"
"trigger": "@monthly on the 3 between 10am and 12pm",
}
```
......
# Monthly report notification
This service will run the 3rd of each month at 10.00 am, as defined in the manifest:
This service will run the 3rd of each month between 12pm (noon) and 2pm, as defined in the manifest:
```json
"monthlyReportNotification": {
"type": "node",
"file": "services/monthlyReportNotification/ecolyo.js",
"trigger": "@cron 0 0 10 3 * *"
"trigger": "@monthly on the 3 between 12pm and 2pm",
}
```
......
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