Replies: 6 comments 1 reply
|
Hmm, have you looked at the actual job row being produced by this insert? For a working example, I would expect its state to be Normally we see the scheduled time set via the insert opts as part of the insert function call, but I believe the method you’re doing (pulling it from args via |
|
@Ayo-Awe One thing I don't see in any of your sample code is a call to |
|
@Ayo-Awe Try running River with a debug-level logger. You should be able to look for log lines that start with "JobScheduler" which should give a hint as to what's going on. |
|
@brandur I just checked the debug logs and I can't find anything on the scheduler.
|



Uh oh!
There was an error while loading. Please reload this page.
I'm trying to schedule jobs for a later date with riverqueue, but it doesn't seem to be working. If I take off the ScheduledAt insert option everything seems to work fine otherwise, it doesn't work.
Here's my setup

All reactions