ignore command center errors

This commit is contained in:
Andras Bacsai
2023-06-07 15:39:08 +02:00
parent 9c055f2149
commit 6e084db3d9
6 changed files with 32 additions and 24 deletions

View File

@@ -21,6 +21,7 @@ class CoolifyTaskArgs extends Data
public ?string $type_uuid = null,
public ?Model $model = null,
public string $status = ProcessStatus::QUEUED->value,
public bool $ignore_errors = false,
) {
}
}