lilmuckers / magento-lilmuckers_queue

A generic multi-adapter queuing system for magento.
MIT License
58 stars 21 forks source link

All my task are buried #18

Closed elfeffe closed 8 years ago

elfeffe commented 8 years ago

I have tried with a module developed by me, and with https://github.com/MageHack/indexing In both cases the task are buried. Any idea about why? I'm using beanstalkd

lilmuckers commented 8 years ago

If you look at app/code/community/Magehack/Indexing/Model/Worker.php you are calling hold() - this is what's burying your tasks

elfeffe commented 8 years ago

Yes, and probably the task in my module had some other problem. It is working now, I will try to create a MongoDB adapter for this. I need to avoid duplicated task. Thank you