F
Filament4mo 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();
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
Jobs monitor by Baptiste Bouillot - Filament
Monitor your queues from a panel
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?