So recently we've noticed that some messages send to gearman do not appear in the queue.
We are using NOTICE logging mode which logs each time a message is accepted.
For example:
Messages are "accepted", but they are not actually added to the gearman queue.
We have no idea how long this has been going on, we enabled NOTICE logs recently due to a complaint of a missing message in the queue.
Any ideas what may cause this?
Edit: Apparently this is not entirely the case, we do receive accepted logs for messages that do not get added, but it seems to not matter if the UUID is present or not.
So recently we've noticed that some messages send to gearman do not appear in the queue. We are using NOTICE logging mode which logs each time a message is accepted. For example:
In this case there is no issue and the message is correctly added to the queue and processed successfully. In this case though:
Messages are "accepted", but they are not actually added to the gearman queue. We have no idea how long this has been going on, we enabled NOTICE logs recently due to a complaint of a missing message in the queue. Any ideas what may cause this?
Edit: Apparently this is not entirely the case, we do receive accepted logs for messages that do not get added, but it seems to not matter if the UUID is present or not.