feat: split cron into import and mailing jobs
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"crons": [
|
||||
{
|
||||
"path": "/api/cron",
|
||||
"path": "/api/import",
|
||||
"schedule": "0 3 * * *"
|
||||
},
|
||||
{
|
||||
"path": "/api/mailing",
|
||||
"schedule": "0 5 * * *"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user