mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-26 01:10:30 -04:00
docs: clarify restart cause (#11774)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<x-emails.layout>
|
||||
{{ $name }} has been automatically stopped after {{ $restart_count }} crash restarts (limit: {{ $max_restart_count }}).
|
||||
{{ $name }} has been automatically stopped after {{ $restart_count }} restarts (limit: {{ $max_restart_count }}).
|
||||
|
||||
The application appears to be in a crash loop. Please investigate the issue and redeploy when ready.
|
||||
The application appears to be in a restart loop. Please investigate the issue and redeploy when ready.
|
||||
|
||||
[Check what is going on]({{ $resource_url }}).
|
||||
</x-emails.layout>
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
canGate="update" :canResource="$application" />
|
||||
<x-forms.input type="number" min="0" id="maxRestartCount" label="Max restart count"
|
||||
wire:change="saveMaxRestartCount"
|
||||
helper="Maximum number of crash restarts before Coolify automatically stops the application and sends a notification. Saved automatically. Set to 0 to disable the limit."
|
||||
helper="Maximum number of restarts before Coolify automatically stops the application and sends a notification. Saved automatically. Set to 0 to disable the limit."
|
||||
canGate="update" :canResource="$application" />
|
||||
</div>
|
||||
</x-application.settings-section>
|
||||
|
||||
Reference in New Issue
Block a user