nopice

Results 2 comments of nopice

I can confirm that the problem still persist, even in v4.0.2 I put Log::info() into each case. ``` $manager->after(static function (JobProcessed $event) { Log::info('handle job processed'); QueueMonitor::handleJobProcessed($event); }); $manager->failing(static function...

I had this problem on Xiaomi.eu's Hyper OS too. Tried 2.0.0-alpha.1, and the problem is gone 🎉