mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
disable stopped notification until fixed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user