seomoz / qless

Queue / Pipeline Management
MIT License
295 stars 76 forks source link

Worker failed to retrieve the requeue job #196

Open hghdo opened 10 years ago

hghdo commented 10 years ago

Re-product steps:

  1. Generate a job.
  2. Make sure the worker failed to process the job above. Then the job can be found in the failed job list on the qless web console.
  3. Requeue the job by click the requeue button.
  4. Then the worker will complain error: "*\ Got an error while reserving a job: Redis::CommandError: ERR Error running script (call to f_d8586ca233e12ea088d7bd509b9ca321671c101e): @user_script:229: user_script:229: attempt to index field '?' (a nil value)"

Thanks