We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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?
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
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.
No branches or pull requests
I have such config section
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
What am I doing wrong?
The text was updated successfully, but these errors were encountered: