feat(applications): add configurable restart loop limit

This commit is contained in:
ShadowArcanist
2026-03-28 17:48:10 +05:30
parent ad95d65aca
commit 886d01405f
7 changed files with 204 additions and 10 deletions
+1
View File
@@ -125,6 +125,7 @@ class Application extends BaseModel
protected $casts = [
'http_basic_auth_password' => 'encrypted',
'restart_count' => 'integer',
'max_restart_count' => 'integer',
'last_restart_at' => 'datetime',
];