| # | Name | Job | Time | Last Modified | |
|---|---|---|---|---|---|
| 1. | Cleanup PINs | (echo "[$(date)] Starting Cleanup PINs" && curl -v -f -X GET http://app:3000/api/cron/cleanup-pins -H "Authorization: Bearer test-secret" && echo "[$(date)] Finished") 2>&1 | tee -a /crontab-ui/crontabs/logs/cleanup_pins.log | 0 2 * * * | 6 months ago | Run now Edit Disable |
| 2. | Expire Orders | (echo "[$(date)] Starting Expire Orders" && curl -v -f -X GET http://app:3000/api/cron/expire-orders -H "Authorization: Bearer test-secret" && echo "[$(date)] Finished") 2>&1 | tee -a /crontab-ui/crontabs/logs/expire_orders.log | */15 * * * * | 6 months ago | Run now Edit Disable |
| 3. | Sync PINs | (echo "[$(date)] Starting Sync PINs" && curl -v -f -X GET http://app:3000/api/cron/sync-pins -H "Authorization: Bearer test-secret" && echo "[$(date)] Finished") 2>&1 | tee -a /crontab-ui/crontabs/logs/sync_pins.log | 0 5 * * * | 6 months ago | Run now Edit Disable |