trying jose repo web2py-rq-dashboard, not sure how it's work - start worker in web is different from execute in terminal using rqworker (from web there is high-1,normal-1,low-1 in the queue column and in rqworker queue = default) - just run 1 rqworker in terminal but it shown 2 worker (from rqworker) - click test random queue, it seems ended with failed - start worker generate from web seems unstable, state change into pause and then gone (double check with rqinfo)
*step i took:* *- copy repo* cd ~/python/web2py/applications git clone https://github.com/josedesoto/web2py-rq-dashboard rq *- start redis server from source install (stable version 4.0.9)* ./src/redis-server *- start web2py (stable version 2.16.1 on python 2.7)* source activate test2 python ~/python/web2py/web2py.py --nogui --no-banner -a a -i 0.0.0.0 -p 8000 *- open via browser* open http://localhost:8000/rq *- start rqworker in terminal* source activate test2 rqworker *- start rqinfo** in terminal* source activate test2 rqinfo perhaps i misunderstood about how this work, pls advice thx and best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

