Thanks everyone for all your suggestions.
On Oct 19, 4:18 am, Norman Ives wrote:
> Cron and atrun are widely available and easy to use. It is also quite
> painless to access your configured pyramid app;
> readhttp://docs.pylonsproject.org/projects/pyramid/dev/narr/commandline.htmlandhttp://docs
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 wrote:
> Why would you do that with web app or web server? Yo
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
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 wrote:
> I have used Advanced Python Scheduler, you can tr
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 w