Skip to content

Commit 26588b6

Browse files
committed
DS-1351: Increase the number of async workers for the Job class
Signed-off-by: Benjamin Rögner <benjamin.roegner@here.com>
1 parent 22ea9f9 commit 26588b6

File tree

1 file changed

+1
-1
lines changed
  • xyz-jobs/xyz-job-service/src/main/java/com/here/xyz/jobs

1 file changed

+1
-1
lines changed

xyz-jobs/xyz-job-service/src/main/java/com/here/xyz/jobs/Job.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class Job implements XyzSerializable {
115115
@JsonView(Static.class)
116116
private String secondaryResourceKey;
117117

118-
private static final Async ASYNC = new Async(100, Job.class);
118+
private static final Async ASYNC = new Async(200, Job.class);
119119
private static final Logger logger = LogManager.getLogger();
120120
private static final long DEFAULT_JOB_TTL = TimeUnit.DAYS.toMillis(2 * 7); //4 weeks
121121

0 commit comments

Comments
 (0)