akp Posted May 25, 2020 Posted May 25, 2020 Hi, How to configure background tasks, in flask/django(Python).Am used to celery module for running these tasks.Also I understand cron is restricted to once a day max. how do you guys handle such tasks on HelioHost? Br,akp
Krydos Posted May 25, 2020 Posted May 25, 2020 Internal cron are limited to 2 per day. So one cron job every 12 hours or two different cron jobs every 24 hours. External cron can be run as often as every 5 minutes. To set up an external python cron, just put your cgi python script in cgi-bin and let us know the url and how often you want it to run.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now