Laravel-Queue-Monitor icon indicating copy to clipboard operation
Laravel-Queue-Monitor copied to clipboard

Monitoring Laravel Jobs with your Database

Results 38 Laravel-Queue-Monitor issues
Sort by recently updated
recently updated
newest added

Hi, I would like to use your package to monitor Excel imports. Are there known issues between Laravel Excel and this package? I have implemented ShouldQueue and IsMonitored, but jobs...

Change metric value from `int` to `float`. To allow values to be precise ie: `0.66`

Adding the following functionalities would make a huge benefitfor queue monitor: - "Retry"-Button in every failed line to push it back to queue after fixing the issue. - "Delete"-Button in...

enhancement

Sometimes, when the job hit the timeout, another attempt is created and the original Job stucks on "Running". I suggest a little change in jobStarted function at romanzipp\QueueMonitor\Services\QueueMonitor.php Original: ```...

bug
question

- [x] Replace state information with status enum column - [x] Remove time_elapsed column - [ ] Mark stale jobs as stale status (Requires merged #83)

Optional Laravel Nova tool https://nova.laravel.com/docs/3.0/customization/tools.html

enhancement

This is probably a feature request but I haven't found any good info on this in the Laravel docs. Is there a way to hook the "delete" action on a...

enhancement