Python scheduler

Rita rmorgan466 at gmail.com
Thu Feb 21 06:57:07 EST 2013


Thanks for the replies.


Its also important for me to have asynchronous abilities. I will be running
some programs which will be taking much longer (1-2 minutes) and I don't
want others to be blocked.



On Thu, Feb 21, 2013 at 2:35 AM, Chris Rebert <clp2 at rebertia.com> wrote:

> On Wed, Feb 20, 2013 at 8:04 PM, Rita <rmorgan466 at gmail.com> wrote:
> > Hello,
> >
> > Here is what I am trying to do. (Currently, I am doing this in cron but i
> > need much more granularity). I am trying to run program every 20 secs and
> > loop forever. I have several of these types of processes, some should run
> > every 5 mins, 10 secs, 20 secs, 1 min and so forth. I was wondering what
> is
> > the best way to do this?
>
> I've had a good experience with APScheduler
> (http://pythonhosted.org/APScheduler/ ), although my particular
> use-case was trivial, but it totally supports periodic scheduling.
>
> Cheers,
> Chris
>



-- 
--- Get your facts first, then you can distort them as you please.--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130221/db412e9f/attachment.html>


More information about the Python-list mailing list