You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2020/03/11 19:17:12 UTC

[GitHub] [incubator-gobblin] sv2000 commented on a change in pull request #2913: [GOBBLIN-1073] Add proxy user and requester quota to GaaS

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:
users@infra.apache.org


With regards,
Apache Git Services