Change cron schedule for /api/admin/tasks/tick from hourly to once daily at midnight to reduce task frequency and align with updated operational requirements.
8 lines
102 B
JSON
8 lines
102 B
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/admin/tasks/tick",
|
|
"schedule": "0 0 * * *"
|
|
}
|
|
]
|
|
}
|