-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add getting started section to docs #52
Comments
The current README is a good start, it's just missing a simple example. Maybe adding a section like this would be sufficient? Example UsageDefine a job and queue it:
Start a worker process:
And you're ready to go! |
@timorthi I got |
Hey @maxim-xu, if you're following the example I posted above, there's no |
@timorthi Sorry! I'd appreciate it if you could take a look at this.
because I was running the flask server locally. |
@maxim-xu Ah ok, this seems to be happening because you're using the I'm not too well-versed with how Flask CLI or RQ handles |
@timorthi Solved. Thank you so much! |
My app runs fine, but when I do a 'flask rq worker' on the CLI to start the worker process I'm getting:
I'm using an application factory pattern with blueprints. Any thoughts? |
This could use the code or part of it in /~https://github.com/jezdez/rq2test.
The text was updated successfully, but these errors were encountered: