Skip to content

Commit

Permalink
Update seatunnel-engine/seatunnel-engine-common/src/main/java/org/apa…
Browse files Browse the repository at this point in the history
…che/seatunnel/engine/common/config/server/ServerConfigOptions.java

Co-authored-by: Jia Fan <[email protected]>
  • Loading branch information
zhangshenghang and Hisoka-X authored Sep 21, 2024
1 parent a4dc283 commit 4d5d8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public class ServerConfigOptions {

public static final Option<ScheduleStrategy> JOB_SCHEDULE_STRATEGY =
Options.key("job-schedule-strategy")
.type(new TypeReference<ScheduleStrategy>() {})
.enumType(ScheduleStrategy.class)
.defaultValue(ScheduleStrategy.REJECT)
.withDescription(
"When the policy is REJECT, when the task queue is full, the task will be rejected; when the policy is WAIT, when the task queue is full, the task will wait");
Expand Down

0 comments on commit 4d5d8b3

Please sign in to comment.