@Daniel: Ok, I worked out a patch to allows -K app1:group1,app2:group1:group2 (old syntax still works ok). Sent to you privately, can you check it ?
On Friday, August 24, 2012 8:51:58 PM UTC+2, Niphlod wrote: > > uhm. You can already change dinamically those just altering the > group_names into the scheduler_worker table. But I'll work something out. > > On Friday, August 24, 2012 8:35:23 PM UTC+2, Daniel Haag wrote: >> >> You could run different task groups with different privileges/priority >> >> Am Freitag, 24. August 2012 18:13:02 UTC+2 schrieb Niphlod: >>> >>> Hi, what use should it have if you have the possibility in your app to >>> do declare Scheduler(db, group_names=['group1']) ? >>> >>> On Friday, August 24, 2012 5:08:23 PM UTC+2, Daniel Haag wrote: >>>> >>>> Just a small thing: Is it possible to have the -g option (the groups to >>>> be picked by the worker) when calling the worker with the -K arg from the >>>> main web2py.py? >>>> >>>> maybe somthing like >>>> python web2py.py -K appname(group1,group2,...) >>>> >>>> --