Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -98,16 +98,16 @@ redis-cli -h job_cache 3. You can obtain some info about the jobs by searching them on the following queues: - for write operations the queues are *write_pending*, *write_ready* and *write_terminated* - for read operations the queues are *read_pending*, *read_ready* and *read_terminated*. - for read operations the queues are *read_pending*, *read_ready* and *read_terminated* 4. Some of the messages sent by the VOSpace REST APIs are handled by the following queues: - for starting async recalls the queue is *start_job_queue*. - for starting async recalls the queue is *start_job_queue* 5. The messages sent by the user command line tools are handled by the following queues: - for vos_data the queue is *data_queue* - for vos_import the queue is *import_queue* - for vos_job the queue is *job_queue* - for vos_storage the queue is *storage_queue*. - for vos_storage the queue is *storage_queue* Example: list the first six elements of the *write_ready* job queue ``` Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -98,16 +98,16 @@ redis-cli -h job_cache 3. You can obtain some info about the jobs by searching them on the following queues: - for write operations the queues are *write_pending*, *write_ready* and *write_terminated* - for read operations the queues are *read_pending*, *read_ready* and *read_terminated*. - for read operations the queues are *read_pending*, *read_ready* and *read_terminated* 4. Some of the messages sent by the VOSpace REST APIs are handled by the following queues: - for starting async recalls the queue is *start_job_queue*. - for starting async recalls the queue is *start_job_queue* 5. The messages sent by the user command line tools are handled by the following queues: - for vos_data the queue is *data_queue* - for vos_import the queue is *import_queue* - for vos_job the queue is *job_queue* - for vos_storage the queue is *storage_queue*. - for vos_storage the queue is *storage_queue* Example: list the first six elements of the *write_ready* job queue ``` Loading