romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
720 stars 92 forks source link

Cooldown for progress #33

Closed romanzipp closed 3 years ago

romanzipp commented 4 years ago

Add internal logic to only update the progress field every X seconds to avoid spamming database queries

romanzipp commented 3 years ago

Implemented in #47