luceos Currently, I'm using flarum as the backend of an instant communication app, I've implemented a websocket server like Pusher.com and all works well. But I hope the event listener which is responsible for calling the realtime server through http can queue the http call so that the http call won't block the event listener. In this instance communication scenario, scheduling is not suitable.
I'm still trying to implement the queue with laravel queue, hope I can manage it.