Closed 1xyz closed 4 years ago
Problem: when you release a job from reserved state, the delay parameter is not working.
Repro: reserve --tube=bar --release --delay 10 Actual: the delay is 1024 seconds Expect: the delay to be 10 seconds
reserve --tube=bar --release --delay 10
Root cause: The delay parameter was not being picked
Problem: when you release a job from reserved state, the delay parameter is not working.
Repro:
reserve --tube=bar --release --delay 10
Actual: the delay is 1024 seconds Expect: the delay to be 10 seconds