[Flask] Scheduled tasks

David Baumgold david at davidbaumgold.com
Tue Sep 15 13:55:40 CEST 2015


You’ll need a task queue for that. I recommend Celery: http://www.celeryproject.org/

David Baumgold

On September 15, 2015 at 7:54:05 AM, Corey Boyle (coreybrett at gmail.com) wrote:

Is it possible to schedule a task/function to run every x minutes in
Flask? Or would I need to user a separate worker process for that? I’m
just looking to log some stats about my web app on an ongoing basis.
_______________________________________________
Flask mailing list
Flask at python.org
https://mail.python.org/mailman/listinfo/flask
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20150915/f20967a0/attachment.html>


More information about the Flask mailing list