sv2000 commented on a change in pull request #2913: [GOBBLIN-1073] Add proxy user and requester quota to GaaS URL: https://github.com/apache/incubator-gobblin/pull/2913#discussion_r391187414
########## File path: gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java ########## @@ -182,6 +188,8 @@ public DagManager(Config config, boolean instrumentationEnabled) { } else { this.eventSubmitter = Optional.absent(); } + this.quota = ConfigUtils.getInt(config, USER_JOB_QUOTA_KEY, DEFAULT_USER_JOB_QUOTA); Review comment: Will we have one quota config for all users? Can we make it a per-user config? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services