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,...) >>> >>> --