I have a requirement in my app's admin panel to show if the schedule:work is running properly. I've created my own "status page" that checks if each command is executed successfully.
Now, I need to know if the schedule:work command is running or not, and my team has currently proposed using websockets to find out in real time.
It feels like "the juice isn't worth the squeeze" to use websockets to find this out, so exploring if there is an alternative to this