Yes, new application was using the existing database, so fixing broken
migration fixed the problem of not executing task. Now it executed and
marked status as COMPLETED. The problem with scheduler_run table stayed the
same. Status: FAILED, and traceback looks as bellow:
Traceback (most recent call last):
File "/Users/adnan/web2py209/gluon/scheduler.py", line 203, in executor
_env = env(a=a,c=c,import_models=True)
File "/Users/adnan/web2py209/gluon/shell.py", line 134, in env
sys.exit(1)
SystemExit: 1
On Friday, October 5, 2012 6:59:04 PM UTC-4, Niphlod wrote:
>
> ok, the problems seems to be related to migrate, migrate_enabled and
> fake_migrate_all. Can you try removing those from the db connection just to
> try it out ?
>
--