The real task are not execute on the web server. They are submitted to
a pbs(torque or condor). I just want to trigger a periodic task that
will process the results and populate a database once they are done.

On Oct 18, 5:24 pm, Karthi <narasimha.karthik...@gmail.com> wrote:
> Why would you do that with web app or web server? You always have choice to 
> write scheduled tasks at system level. What if these tasks become heavy and 
> you want to move them on other instance??
>
> -K
>
> On 19-Oct-2011, at 2:36 AM, ravi teja <raviteja2...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I have used Advanced Python Scheduler, you can try that.
>
> > On 19-Oct-2011, at 1:13 AM, 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/1689...
> >> 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 
> >> athttp://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 
> > athttp://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