eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 37 forks source link

High CPU-load by the queues #411

Closed MaxRink closed 9 years ago

MaxRink commented 9 years ago

laravel creates a high load for the cpu. this is caused by queue:listen.

any way how to avoid this besides the implementation of queue:work --daemon over queue:listen (would require a newer lavarel-version)?

eve-seat commented 9 years ago

Probably not. Unless you can profile and point out which worker is hogging the CPU. FWIW - SeAT will be moving to Laravel 5.1 LTS in the new future.

MaxRink commented 9 years ago

looking forward to that.