You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I have is, beanstalkd 1.9 is running however my job task gets stuck on put method and that's when the script halts. I would think this would load into the job queue and the worker task would process it.
I'm new to beanstalk so it could be user error but I have my beanstalkd service running (tried 2 different versions 1.4.6 and 1.9).
I have Gearman running and working for a prior project I created and works great, the jobs load right into the queue and my workers process them. I'm not sure what I'm missing. I've tried on a fresh vm ubuntu 12.04 server and cannot get this to work.
The text was updated successfully, but these errors were encountered:
I'm trying to get beanstalk queuing service working.
I've followed the following instructions:
https://phalcon-php-framework-documentation.readthedocs.org/en/latest/reference/queue.html#retrieving-messages
The problem I have is, beanstalkd 1.9 is running however my job task gets stuck on put method and that's when the script halts. I would think this would load into the job queue and the worker task would process it.
I'm new to beanstalk so it could be user error but I have my beanstalkd service running (tried 2 different versions 1.4.6 and 1.9).
I have Gearman running and working for a prior project I created and works great, the jobs load right into the queue and my workers process them. I'm not sure what I'm missing. I've tried on a fresh vm ubuntu 12.04 server and cannot get this to work.
The text was updated successfully, but these errors were encountered: