Jump to content

Background tasks in django/flask, celery module?


akp

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...