Cron and atrun are widely available and easy to use. It is also quite painless 
to access your configured pyramid app; read 
http://docs.pylonsproject.org/projects/pyramid/dev/narr/commandline.html and 
http://docs.pylonsproject.org/projects/pyramid/dev/api/paster.html.


On 18 Oct 2011, at 9:43 PM, yorjo wrote:

> 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.
> 

-- 
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