disable stopped notification until fixed

This commit is contained in:
Andras Bacsai
2023-08-27 14:53:16 +02:00
parent 522713473d
commit 35a75e1066
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ class DatabaseContainerStatusJob implements ShouldQueue, ShouldBeUnique
if ($this->database->status === 'running' && $status !== 'running') {
if (data_get($this->database, 'environment.project.team')) {
$this->database->environment->project->team->notify(new StatusChanged($this->database));
// $this->database->environment->project->team->notify(new StatusChanged($this->database));
}
}
if ($this->database->status !== $status) {