mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-06 06:06:50 +08:00
Fixing values inside of proto for CronWorkflow fields.
This commit is contained in:
@@ -27,9 +27,9 @@ message CronWorkflow {
|
||||
string timezone = 2;
|
||||
bool suspend = 3;
|
||||
string concurrencyPolicy = 4;
|
||||
string startingDeadlineSeconds = 5;
|
||||
string successfulJobsHistoryLimit = 6;
|
||||
string failedJobsHistoryLimit = 7;
|
||||
int64 startingDeadlineSeconds = 5;
|
||||
int32 successfulJobsHistoryLimit = 6;
|
||||
int32 failedJobsHistoryLimit = 7;
|
||||
|
||||
WorkflowExecution workflowExecution = 8;
|
||||
}
|
Reference in New Issue
Block a user