Redis – How to check If the current app process is running within a queue environment in Laravel
I applied a global scope to my models via a trait, but I don't want the global scope applied when the model is called/processed from my Redis queue. How do I detect if the current instance is a queue process?…