mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
Add workers to servers (#547)
This commit is contained in:
@ -34,9 +34,9 @@ public function baseCommands(): array
|
||||
'name' => 'Clear Application Cache Only',
|
||||
'command' => 'php artisan cache:clear',
|
||||
],
|
||||
// Queue Commands
|
||||
// Worker Commands
|
||||
[
|
||||
'name' => 'Restart Queue Workers',
|
||||
'name' => 'Restart Workers',
|
||||
'command' => 'php artisan queue:restart',
|
||||
],
|
||||
[
|
||||
|
@ -15,7 +15,7 @@ public function supportedFeatures(): array
|
||||
SiteFeature::COMMANDS,
|
||||
SiteFeature::ENV,
|
||||
SiteFeature::SSL,
|
||||
SiteFeature::QUEUES,
|
||||
SiteFeature::WORKERS,
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ public function supportedFeatures(): array
|
||||
SiteFeature::COMMANDS,
|
||||
SiteFeature::ENV,
|
||||
SiteFeature::SSL,
|
||||
SiteFeature::QUEUES,
|
||||
SiteFeature::WORKERS,
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user