Hi,

I wonder if any pyramid users have ever needed a cron-like service
such as the TurboGears scheduler: http://code.google.com/p/tgscheduler/

I would like to run a periodic task that will need to access the
models, config, etc. of the pyramid app.
One way to do it would be to add a real cron task(using crontab) and
call the wsgi application as explain in this discussion
http://groups.google.com/group/pylons-devel/browse_thread/thread/1689ef4666d12fb2
but was curious to know your thoughts about this.

Regards,

-j

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to