[
https://issues.apache.org/jira/browse/GOBBLIN-1568?focusedWorklogId=671102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-671102
]
ASF GitHub Bot logged work on GOBBLIN-1568:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Oct/21 23:07
Start Date: 27/Oct/21 23:07
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 671102)
Time Spent: 0.5h (was: 20m)
> Exponential backoff for Salesforce bulk api polling
> ---------------------------------------------------
>
> Key: GOBBLIN-1568
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1568
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Jiashuo Wang
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Right now the wait time between polling is fixed 1 min, which could generate
> too many Salesforce calls when the bulk job is large
--
This message was sent by Atlassian Jira
(v8.3.4#803005)