Skip to content

Commit

Permalink
♻️ (vercel.json): remove unused cron jobs to streamline scheduled tas…
Browse files Browse the repository at this point in the history
…ks and improve maintainability
  • Loading branch information
sebpalluel committed Jun 25, 2024
1 parent f22667f commit 2ea427c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/web/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,9 @@
"installCommand": "pnpm install",
"ignoreCommand": "node ../../tools/scripts/vercel-ignore.js",
"crons": [
{
"path": "/apps/web/crons/handlePendingOrders.ts",
"schedule": "*/5 * * * *"
},
{
"path": "/apps/web/crons/setRates.ts",
"schedule": "0 */12 * * *"
},
{
"path": "/apps/web/crons/processRedisOrders.ts",
"schedule": "* * * * *"
},
{
"path": "/apps/web/crons/processLoyaltyCardsMint.ts",
"schedule": "*/5 * * * *"
}
],
"rewrites": [
Expand Down

0 comments on commit 2ea427c

Please sign in to comment.