Laravel-Queue-Monitor
Laravel-Queue-Monitor copied to clipboard
Monitoring Laravel Jobs with your Database
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...
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: ```...
- [x] Replace state information with status enum column - [x] Remove time_elapsed column - [ ] Mark stale jobs as stale status (Requires merged #83)
Resolves #66
Optional Laravel Nova tool https://nova.laravel.com/docs/3.0/customization/tools.html
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...
Fixes #48