Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting RQ_ASYNC = False doesn't affect scheduling #22

Open
JanChec opened this issue May 15, 2017 · 1 comment
Open

Setting RQ_ASYNC = False doesn't affect scheduling #22

JanChec opened this issue May 15, 2017 · 1 comment

Comments

@JanChec
Copy link

JanChec commented May 15, 2017

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!

@jezdez
Copy link
Member

jezdez commented Dec 4, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants