On Jun 19, 11:21 am, Fran <francisb...@googlemail.com> wrote:
> On 19 June, 17:29, Dan <danbr...@gmail.com> wrote:
>
> > Yesterday the GAE team released a new version of their SDK with
> > support for a task queue API. I'd like to use this in my web2py app.
> > Can you recommend how I should proceed? Is it appropriate to try and
> > create a library in /contrib - something like gql.py? Or is it a
> > simple matter of
> > importing the task queue module into the web2py controller code?
> >http://code.google.com/appengine/docs/python/taskqueue/
>
> Sounds like this should be a mode added to the existing Cron?
>
> http://web2py.com/examples/default/cron
>
> F
although there are some similarities, it's not exactly like cron. the
task queue is meant to be told to run a process with a specific set of
parameters once, not a general process on a repeating schedule. it's
expected to have hundreds or thousands of tasks added on a daily
basis, which would each run once at a future time in the background.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---