FilamentF
Filament7mo ago
eno7x

Jobs monitor - Commands

I define a task as below and save a test data to the database, I have no problems up to this point.

"php artisan make:command UserBilling"

Schedule::call(function () {
    Artisan::call('billing:user');
})->everyMinute();

I am trying to use the package below but nothing appears

https://filamentphp.com/plugins/croustibat-jobs-monitor
Filament
Monitor your queues from a panel
Was this page helpful?