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 Quote
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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.