17 lines
289 B
JSON
17 lines
289 B
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/cron/email-sync",
|
|
"schedule": "*/5 * * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/process-pending-bookings",
|
|
"schedule": "*/5 * * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/check-contracts",
|
|
"schedule": "*/15 * * * *"
|
|
}
|
|
]
|
|
}
|