romanzipp / Laravel-Queue-Monitor

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

Store attempts count on job start #3

Closed darron1217 closed 6 years ago

darron1217 commented 6 years ago

The number of attempts will be certain from the start of the task. So what do you think of saving it on start? (I need attempt during task progress)

romanzipp commented 6 years ago

Good idea, merged