ZihanLi58 commented on a change in pull request #3420:
URL: https://github.com/apache/gobblin/pull/3420#discussion_r737908509



##########
File path: 
gobblin-salesforce/src/main/java/org/apache/gobblin/salesforce/SalesforceExtractor.java
##########
@@ -100,6 +100,8 @@
   private static final String SALESFORCE_SOAP_SERVICE = "/services/Soap/u";
   private static final Gson GSON = new Gson();
   private static final int MAX_RETRY_INTERVAL_SECS = 600;
+  private static final long ONE_MINUTE_IN_MILLI_SECS = 60 * 1000L;

Review comment:
       Can we call this initial_wait_time_in_milli_secs? Also do you want to 
make the initial and max configurable to avoid future code change? 




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to