I'm trying to run multiple Scheduler workers on different machines (AMIs), 
but can't get two workers to work at the same time. Although each worker is 
capable of processing jobs, only one will work at any one time.

I see two workers in the db table 'scheduler_worker', both with status 
'ACTIVE'.
I see two tasks in 'scheduler_tasks', one with status 'RUNNING', one with 
status 'QUEUED'.

I'm running each worker with: python web2py.py -K appName
I'm using a shared MySQL database (on RDS), though I get the same results 
locally with SQLite.
The jobs I'm scheduling are long-running jobs so I need multiple concurrent 
workers. Using web2py v2.4.5.

Any ideas?

Thanks,
Eric

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to