[BUG] Schedule Trigger Does Not Work
Need help, why Schedule Trigger does not work? Our team is quite interested in this feature.
@musicAID for schedules, you must use a CRON job that hits api/schedules/route.ts every minute, and it checks what schedules are "due" for execution and executes them.
for ex: ‘* * * * * curl -X POST http://localhost:3000/api/schedules/execute
I set up a CRON job, but it didn’t take effect. When checking the API http://localhost:3000/api/schedules/execute, it shows an error. How should this be resolved?
2025-11-11 00:33:33
"Waleed" @.***> 写道: waleedlatif1 left a comment (simstudioai/sim#1870)
@musicAID for schedules, you must use a CRON job that hits api/schedules/route.ts every minute, and it checks what schedules are "due" for execution and executes them.
for ex: ‘* * * * * curl -X POST http://localhost:3000/api/schedules/execute
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>