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

No RQ Worker Process ? #1

Open
robertcatgithub opened this issue Jan 21, 2019 · 2 comments
Open

No RQ Worker Process ? #1

robertcatgithub opened this issue Jan 21, 2019 · 2 comments

Comments

@robertcatgithub
Copy link

hello,
Following your post here...

Isn't this test supposed to start a RQ Worker process ?
My "/rqstatus" shows: "No worker registered"

@divyanshutomar
Copy link
Owner

Hey @robertcatgithub

Currently, it doesn't start a worker process in the background.
You need to manually start a worker as a separate process using rq worker <queues>. You can read about it here. Also, if you need to start the worker along with the web server, you can edit the Procfile and specify the worker process on a separate line.

@robertcatgithub
Copy link
Author

thanks, not sure why you'd provide an incomplete, 90%-complete sample. quite baffling.

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