ever growing queue in mod_pubsub

Hi all,

Have a stable cluster of 3 nodes with a custom client. Everything seems to work fine with the exception that theres a pubsub queue that seems to grow indefinitely. During periods of little activity, it stays empty but once the day starts in our office and we get some load, it starts building. All of our pubsub features seem to work fine.

ANY help is appreciated. Been trying to get to the bottom of this for weeks...

relevant pubsub config:
{access, pubsub_createnode, [{allow, admin}, {allow, components}, {allow, publishers}]}.

Under my domain:
{mod_pubsub, [{max_items_node, 50}]},

Example messages from queue:
{presence,{jid,"7c1cc184-10a4-406a-ad78-d38b0d1b9511",
"dj.barker.company.com",
"9643136831370305264544619",
"7c1cc184-10a4-406a-ad78-d38b0d1b9511",
"dj.barker.company.com",
"9643136831370305264544619"},
<5591.12510.286>},
{presence,"7c1cc184-10a4-406a-ad78-d38b0d1b9511",
"dj.barker.company.com",
["9643136831370305264544619"],
{jid,"7c1cc184-10a4-406a-ad78-d38b0d1b9511",
"dj.barker.company.com",
"9643136831370305264544619",
"7c1cc184-10a4-406a-ad78-d38b0d1b9511",
"dj.barker.company.com",
"9643136831370305264544619"}},

Syndicate content