Loading README.txt +3 −3 Original line number Diff line number Diff line Loading @@ -203,10 +203,10 @@ You can access the rabbitmq web interface via browser: You can access the redis server from the 'client' container: 1) Use redis-cli to connect to redis: $ redis-cli -h redis 2) You can obtain some info about the jobs by searching them on the 'pending' and 'ready' queues 2) You can obtain some info about the jobs by searching them on the 'write_pending' and 'write_ready' queues using the lrange command. For example, a few seconds after launching three jobs with 'dataArchiverCli.py', you should be able to see a output similar to the following one: redis:6379[2]> lrange ready 0 5 you should be able to see an output similar to the following one: redis:6379[2]> lrange write_ready 0 5 1) "{\"jobId\": \"56577c8645da11ebbbfe356e379843eb\", \"jobType\": \"other\", \"ownerId\": \"2386\", \"phase\": \"PENDING\", \"quote\": null, \"startTime\": null, \"endTime\": null, \"executionDuration\": null, \"destruction\": null, \"parameters\": null, \"results\": null, \"jobInfo\": {\"requestType\": \"HSTORE\", \"userName\": \"szorba\"}}" Loading Loading
README.txt +3 −3 Original line number Diff line number Diff line Loading @@ -203,10 +203,10 @@ You can access the rabbitmq web interface via browser: You can access the redis server from the 'client' container: 1) Use redis-cli to connect to redis: $ redis-cli -h redis 2) You can obtain some info about the jobs by searching them on the 'pending' and 'ready' queues 2) You can obtain some info about the jobs by searching them on the 'write_pending' and 'write_ready' queues using the lrange command. For example, a few seconds after launching three jobs with 'dataArchiverCli.py', you should be able to see a output similar to the following one: redis:6379[2]> lrange ready 0 5 you should be able to see an output similar to the following one: redis:6379[2]> lrange write_ready 0 5 1) "{\"jobId\": \"56577c8645da11ebbbfe356e379843eb\", \"jobType\": \"other\", \"ownerId\": \"2386\", \"phase\": \"PENDING\", \"quote\": null, \"startTime\": null, \"endTime\": null, \"executionDuration\": null, \"destruction\": null, \"parameters\": null, \"results\": null, \"jobInfo\": {\"requestType\": \"HSTORE\", \"userName\": \"szorba\"}}" Loading