Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Oct 9, 2023
1 parent 25434a7 commit a6209fb
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 107 deletions.
1 change: 0 additions & 1 deletion app/Jobs/ContainerStatusJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function handle()
while (true) {
ray('checking # ' . $serverUptimeCheckNumber);
if ($serverUptimeCheckNumber >= $serverUptimeCheckNumberMax) {
send_internal_notification('Server unreachable: ' . $this->server->name);
if ($this->server->unreachable_email_sent === false) {
ray('Server unreachable, sending notification...');
$this->server->team->notify(new Unreachable($this->server));
Expand Down
Loading

0 comments on commit a6209fb

Please sign in to comment.