[Flask] Scheduled tasks

linnchord linnchord at gmail.com
Wed Sep 16 17:57:04 CEST 2015


Maybe you need RQ (http://python-rq.org/) for that, it's like Celery but
more concise than it.

2015-09-15 19:55 GMT+08:00 David Baumgold <david at davidbaumgold.com>:

> You’ll need a task queue for that. I recommend Celery:
> http://www.celeryproject.org/
>
> <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
>
>
> _______________________________________________
> 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/20150916/b0b0c954/attachment.html>


More information about the Flask mailing list