Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdc-ntflx committed Oct 18, 2023
1 parent 593fc90 commit 1e11df5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ private String getSchedulingQueueKeyFor(WorkerId workerId) {
return "Retry-Schedule-Request-For" + workerId.toString();
}

// TODO: this is not good since multiple autoscaling requests will have the same key...
private String getBatchSchedulingQueueKeyFor(String jobId) {
return "Retry-Batch-Schedule-Request-For" + jobId;
}
Expand Down

0 comments on commit 1e11df5

Please sign in to comment.