search for: min_sleep

Displaying 2 results from an estimated 2 matches for "min_sleep".

Did you mean: can_sleep
2006 Apr 28
0
rq-2.3.2
...;'s startup tasks. examples : 0) feed from a queue verbosely for debugging purposes, using a minimum and maximum polling time of 2 and 4 respectively. you would NEVER specify polling times this brief except for debugging purposes!!! ~ > rq q feed -v4 --min_sleep=2 --max_sleep=4 1) same as above, but viewing the executed sql as it is sent to the database ~ > RQ_SQL_DEBUG=1 rq q feed -v4 --min_sleep=2 --max_sleep=4 2) feed from a queue in daemon mode - logging to /home/ahoward/rq.log ~ > rq q feed --daemon -l/...
2006 Jun 08
0
rq-2.3.3
...;'s startup tasks. examples : 0) feed from a queue verbosely for debugging purposes, using a minimum and maximum polling time of 2 and 4 respectively. you would NEVER specify polling times this brief except for debugging purposes!!! ~ > rq q feed -v4 --min_sleep=2 --max_sleep=4 1) same as above, but viewing the executed sql as it is sent to the database ~ > RQ_SQL_DEBUG=1 rq q feed -v4 --min_sleep=2 --max_sleep=4 2) feed from a queue in daemon mode - logging to /home/ahoward/rq.log ~ > rq q feed --daemon -l/...