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
--