-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing redis namespace when starting workers #5283
Comments
Finally got the workers to show up with this patch:
|
My patch looks an awful lot like wa0x6e/php-resque-ex@c8764c4 that was committed but apparently never included in a release. The kamisama / wa0x6e version looks pretty abandoned to me. OTOH if I read Redis.php correctly Redisent is only supposed to be used when redis.so is not loaded. I'll look into that. |
Indeed, if I remember correctly Redisent was just broken as hell - but luckily you should never have to use it unless something went wrong with the install ad php-redis is not available. |
Well, it works again with my patch. 🙃 Umask bit me and set redis.ini to 600.. should revert to redis.so once I fix it. |
Ah cool 🤣 |
redis.ini fixed, redis.so loaded, Redisent no longer used. |
My
app/Plugin/CakeResque/Config/config.php
says:however, when starting the workers from the command line the namespace is missing in several places:
As a result the workers are not seen by MISP. I'm really lost why this is happening..
The text was updated successfully, but these errors were encountered: