* chore: Remove all code related to the old cache system * Removed some redundant tests, some type fixes * Further type fixes * More type fixes re. tests * Next iteration, couple of fixes remaining * Remove cache from CredentialActionsDropdown * Fix tests by mocking credential, instead of db queries * Remove Cache DI wiring from v2 * Make sure apiv2 build passes * Remove another cache cron * Remove old tokens for calendar-cache v1
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/cron/calendar-subscriptions",
|
|
"schedule": "*/5 * * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/calendar-subscriptions-cleanup",
|
|
"schedule": "0 3 * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/queuedFormResponseCleanup",
|
|
"schedule": "0 */12 * * *"
|
|
},
|
|
{
|
|
"path": "/api/tasks/cron",
|
|
"schedule": "* * * * *"
|
|
},
|
|
{
|
|
"path": "/api/tasks/cleanup",
|
|
"schedule": "0 0 * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/credentials",
|
|
"schedule": "*/5 * * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/selected-calendars",
|
|
"schedule": "*/5 * * * *"
|
|
}
|
|
],
|
|
"functions": {
|
|
"app/api/cron/workflows/scheduleEmailReminders/route.ts": {
|
|
"maxDuration": 800
|
|
},
|
|
"app/api/cron/workflows/scheduleSMSReminders/route.ts": {
|
|
"maxDuration": 800
|
|
},
|
|
"app/api/cron/workflows/scheduleWhatsappReminders/route.ts": {
|
|
"maxDuration": 800
|
|
},
|
|
"pages/api/trpc/workflows/[trpc].ts": {
|
|
"maxDuration": 800
|
|
}
|
|
}
|
|
}
|