-
Notifications
You must be signed in to change notification settings - Fork 9
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
Running manage.py worker in a Cpanel shared env #52
Comments
Cron and Cpanel hosting of this is probably out of scope for an issue here, but if there's a way to run some form of background process, that's the way. Alternatively, perhaps a |
Thanks for trying out As @RealOrangeOne says above, running the worker under Note this issue is really a duplicate of #16 I would be happy to review a PR that adds this functionality, although I'm not completely decided that it's a good thing to do, as it's not something that we would need so would be a maintenance burden. It would depend on how big the diff ends up being! |
Thanks both for your input, really helpful. I'm going to do a couple of experiments, which I will report back on in due course, for the record.
|
Hi, Pull request #55 is now available for your consideration |
Also addresses #16 |
Hi,
Firstly, thank you for sharing this app - I heard Jamie mention it on DjangoChat a while back.
I'm now looking to use it and I wonder if you can help me.
I have my django app running in a shared env (Hostpresto) under Phusion passenger and I want to add 'django-db-queue' to manage periodic tasks. The hosting team suggest setting up a cron job to to run.
manage.py worker
periodically.Q1: Do you have any experience of deploying this app into a cpanel /shared env, if so how did you make it work?
Q2: In your opinion, is using cron to run
manage.py worker
a reasonable approach.Thoughts?
Rob
The text was updated successfully, but these errors were encountered: