feat: resource limits

This commit is contained in:
Andras Bacsai
2023-05-17 11:59:48 +02:00
parent 70466bb9b5
commit 3b7456a561
6 changed files with 97 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class Application extends BaseModel
public $casts = [
'previews' => SchemalessAttributes::class,
'limits_memory_oom_kill' => 'boolean',
];
public function scopeWithExtraAttributes(): Builder
{