added a help system, replaced the words "tenant" and "Pwa" with better alternatives. corrected and implemented cron jobs. prepared going live on a coolify-powered system.
This commit is contained in:
@@ -8,18 +8,6 @@ Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
Artisan::command('storage:monitor', function () {
|
||||
$this->comment('Storage monitor placeholder – implement metrics collection here.');
|
||||
})->purpose('Collect storage capacity statistics for dashboards');
|
||||
|
||||
Artisan::command('storage:archive-pending', function () {
|
||||
$this->comment('Archive dispatcher placeholder – enqueue archive jobs here.');
|
||||
})->purpose('Dispatch archive jobs for events ready to move to cold storage');
|
||||
|
||||
Artisan::command('storage:check-upload-queues', function () {
|
||||
$this->comment('Upload queue health placeholder – verify upload pipelines and report issues.');
|
||||
})->purpose('Check upload queues for stalled or failed jobs and alert admins');
|
||||
|
||||
Artisan::command('metrics:package-limits {--reset}', function () {
|
||||
$snapshot = PackageLimitMetrics::snapshot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user