You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
I have been using this package on my web app, running with Laravel Queue & Supervisord since June and everything was working great. My app is a lottery result announcing app, that running live from 7-8pm every Wed and Weekends. Which means, during these period of time, my app will have constant high volume of visitors and requests (~5-10 users per second).
However as my app user increases recently, I've been facing intermittent "Failed connect to pusher" problems since last month. I checked all the logs and tried to identify the error, it seems like happening in a pattern where especially during those short load spikes of the server (> 1 of load average, I have 6 cores CPU).
What is actually happening in the background that causing this random fails, and what approaches can I try to resolve it?