sync or async tasks in scheduler

23 views
Skip to first unread message

Manuele Pesenti

unread,
Jan 28, 2015, 7:08:12 AM1/28/15
to web2py-users
Hi!
I read the documentation about the scheduler but I can't understand if
scheduled tasks can be processed in parallel and if I can specify not to
execute tasks in parallel but just wait a runnning task is completed to
run the subsequent one.

Thank you

Manuele

Niphlod

unread,
Jan 28, 2015, 8:41:58 AM1/28/15
to web...@googlegroups.com
a single scheduler worker will always execute one task at a time.

Manuele Pesenti

unread,
Jan 28, 2015, 10:31:50 AM1/28/15
to web...@googlegroups.com
Il 28/01/15 14:41, Niphlod ha scritto:
> a single scheduler worker will always execute one task at a time.
uhm ok,
so I think that's the default behaviour,
on the other hand how can I define more than one workers to execute my
tasks if I don't mind they are executed in sync for better performances?

Thanks again

Manuele

Niphlod

unread,
Jan 28, 2015, 10:54:15 AM1/28/15
to web...@googlegroups.com
you start more than one worker :-P
Reply all
Reply to author
Forward
0 new messages