Skip to content

Commit

Permalink
[INLONG-11624][Agent] Add code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Dec 30, 2024
1 parent 7a0cb7b commit e566386
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ public class SQLTask {
private String dataTimeFrom;
private String dataTimeTo;
private String timeOffset;
// The number of instances that can run simultaneously for this task to
// prevent other problems caused by running too many instances simultaneously
private Integer maxInstanceCount;
private String jdbcUrl;
private String username;
private String jdbcPassword;
private String dataSeparator;
// The number of rows collected from the data source in each batch
private Integer fetchSize;

@Data
Expand Down

0 comments on commit e566386

Please sign in to comment.