1xyz / coolbeans

Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Mozilla Public License 2.0
67 stars 6 forks source link

release is not respecting the delay parameter #20

Closed 1xyz closed 4 years ago

1xyz commented 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

1xyz commented 4 years ago

Root cause: The delay parameter was not being picked