eventhandler
This is the generic queue for all eventhandler. Make sure you have a worker for this queue if you have eventhandler enabled. Start the worker with --events to work on this queue
So it looks like that the worker has have the --events added to the command line on the worker for it to see the eventhandler queue.
The only downside is that there doesn't seem to be a way to push an eventhandler to a certain worker so adding eventhander may not work as you want.
Be sure to check out our Knowledgebase for helpful articles and solutions!
The gearman server see's the eventhandler but have you added the "--events" option to the worker you want to run them?
Can you check the log's on the worker to see if it is seeing that the eventhandler is enabled?
Be sure to check out our Knowledgebase for helpful articles and solutions!
When you pass a config file doesn't need to pass "--eventhandler" as a parameter since this attribute it's defined inside the config. file, but, I've just tested with "--venthandler" and again the worker didn't received the event handler check.
tgriep wrote:
So it looks like that the worker has have the --events added to the command line on the worker for it to see the eventhandler queue.
The only downside is that there doesn't seem to be a way to push an eventhandler to a certain worker so adding eventhander may not work as you want.
This it's a huge downside for me since we monitor our customers with workers to avoid use of VPN, now we want to use event handler and based on what we discussed this is impossible.