Webador / SlmQueueBeanstalkd

Beanstalkd adapter for SlmQueue module
Other
10 stars 26 forks source link

[Question] Job Return Handling #50

Closed wandersonwhcr closed 9 years ago

wandersonwhcr commented 9 years ago

Olá!

Verifying SlmQueue docs, a Job can return SlmQueue\Worker\WorkerEvent::JOB_STATUS_FAILURE_RECOVERABLE, but I don't see where BeanstalkdWorker checks the return result.

https://github.com/juriansluiman/SlmQueueBeanstalkd/blob/master/src/SlmQueueBeanstalkd/Worker/BeanstalkdWorker.php#L33

Can you help me?

wandersonwhcr commented 9 years ago

OK, issue #38.