Loading README.txt +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ You can access the redis server from the 'client' container: NOTE: DB_INDEX is a non-negative number representing the db to work on: - 0: jobs that retrieve data (pullFromVOSpace) - 1: jobs that store data (push) - 2: scheduling queues (not yet implemented) - 2: scheduling queues 2) You can now perform a query based on the job ID, for example show the job object info stored on db = 1: get JOB_ID (if we consider the last example: "get c63697eafbf711eaa44d0242ac1c0008") 3) This will return all the information regarding the job Loading Loading
README.txt +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ You can access the redis server from the 'client' container: NOTE: DB_INDEX is a non-negative number representing the db to work on: - 0: jobs that retrieve data (pullFromVOSpace) - 1: jobs that store data (push) - 2: scheduling queues (not yet implemented) - 2: scheduling queues 2) You can now perform a query based on the job ID, for example show the job object info stored on db = 1: get JOB_ID (if we consider the last example: "get c63697eafbf711eaa44d0242ac1c0008") 3) This will return all the information regarding the job Loading