This can not happen. Application name is retrieved from the request.... try to print request.application in one of your pages and see what is going on.
On Thursday, September 27, 2012 2:59:46 AM UTC+2, Vincenzo Ampolo wrote: > > On 09/26/2012 03:29 PM, Niphlod wrote: > > If there was, the column "application_name" of the table scheduler_task > > needs to be updated to the new name. > > > Curious that new tasks still have the old application_name in > scheduler_task even if I create them like: > > db_scheduler.scheduler_task._validate_and_insert( > function_name='import_popular_movies', > args=json.dumps(args), > vars=json.dumps(kwargs), > timeout = 3600, > ) > db_scheduler.commit() > > > -- > Vincenzo Ampolo > http://vincenzo-ampolo.net > http://goshawknest.wordpress.com > --

