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
Hmm, this isn't a feature that is included in rq-scheduler, so I'm not sure if this is something Flask-RQ2 should add on top. Could you elaborate what type of behavior you expect? As soon as a job is scheduled, it should be run? How would that work for jobs that are scheduled on module level with rq.schedule(...) instead of inline of a (view) function?
Hey,
in my tests I use RQ_ASYNC = False which works fine for .queue(), but seems to do nothing for .schedule().
Thank you in advance!
The text was updated successfully, but these errors were encountered: