-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add cron jobs for handling pending orders, processing loyalty cards… #303
Conversation
…, processing Redis orders, and setting currency rates
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Description updated to latest commit (318cdcb) |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
✨ Add cron jobs for handling pending orders, processing loyalty cards…
User description
…, processing Redis orders, and setting currency rates
Type
enhancement
Description
Changes walkthrough
handlePendingOrders.ts
Add cron job for handling pending orders
apps/web/crons/handlePendingOrders.ts
handlePendingOrders
from@features/cart-cron
.processLoyaltyCardsMint.ts
Add cron job for processing loyalty cards minting
apps/web/crons/processLoyaltyCardsMint.ts
results.
processRedisOrders.ts
Add cron job for processing Redis orders
apps/web/crons/processRedisOrders.ts
processRedisOrdersHandler
from@features/orders-cron
.setRates.ts
Add cron job for setting currency rates
apps/web/crons/setRates.ts
setRatesCron
from@next/currency-cache
.