GearmanBundle icon indicating copy to clipboard operation
GearmanBundle copied to clipboard

Events other than created aren't called

Open Misiur opened this issue 10 years ago • 2 comments

I'm quite sure that's my fault, but better report it anyway:

Worker: https://gist.github.com/Misiur/10474536 Listener: https://gist.github.com/Misiur/10474572 Services: https://gist.github.com/Misiur/10474669

What am I doing wrong here? Only the created event raises and error in log as it should, but no statuses and complete events are being called (the 'Hi' * size of array is printed in console)

Misiur avatar Apr 11 '14 14:04 Misiur

have the same issue, regardless of which method (doNormal, do*) i use

mrbase avatar Jul 04 '14 07:07 mrbase

never mind, found my error - it only works for foreground tasks, not jobs and background tasks

mrbase avatar Jul 04 '14 08:07 mrbase