You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem.
My production is down :)
File "/usr/local/lib/python3.10/site-packages/rq_scheduler/scheduler.py", line 423, in enqueue_job
queue.enqueue_job(job, at_front=bool(job.enqueue_at_front))
AttributeError: 'Job' object has no attribute 'enqueue_at_front'
Wouldn't it make sense for enqueue_at() to support a Job parameter to submit prepared Job instances?
The text was updated successfully, but these errors were encountered: