superslacker icon indicating copy to clipboard operation
superslacker copied to clipboard

event buffer overflowed

Open remizyaka opened this issue 6 years ago • 3 comments

I have such config section

[eventlistener:superslacker]
command=superslacker --webhook="https://hooks.slack.com/services/###############" --channel="#alerts" --hostname="DEVEL" --attachment="process state changed"
events=PROCESS_STATE,TICK_60

after supervisor restart I'm getting such errors in log ERRO pool superslacker event buffer overflowed, discarding event 27

and such output in superslacker log

RESULT 2
OKREADY
RESULT 2
.....

What am I doing wrong?

remizyaka avatar May 18 '18 12:05 remizyaka

@remizyaka any update on this? I am also having the same issue. superslacker not sending the notification. please let us know if you find any thing.

bugcy013 avatar Sep 07 '18 23:09 bugcy013

I resolved this issue by increased the buffer size to 100.

sreedharbukya avatar May 16 '19 12:05 sreedharbukya

I resolved this issue by increased the buffer size to 100.

Pretty sure this only solves the issue temporarily. It still happens for me at buffer_size 200 but after an hour.

astrooom avatar Aug 20 '23 09:08 astrooom