fix: no sentinel for swarm yet
This commit is contained in:
@@ -11,6 +11,9 @@ class StartSentinel
|
||||
|
||||
public function handle(Server $server, $version = 'next', bool $restart = false)
|
||||
{
|
||||
if ($server->isSwarm()) {
|
||||
return;
|
||||
}
|
||||
if ($restart) {
|
||||
StopSentinel::run($server);
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@ class PushServerUpdateJob implements ShouldQueue
|
||||
|
||||
public function handle()
|
||||
{
|
||||
// TODO: Swarm is not supported yet
|
||||
try {
|
||||
if (! $this->data) {
|
||||
throw new \Exception('No data provided');
|
||||
|
||||
Reference in New Issue
Block a user