Closed pierre closed 3 years ago
If refresh for a very large account takes 2 minutes for instance, and you don't want to increase refreshDelaySeconds which would penalize small accounts, you can now increase the lock timeout delay.
refreshDelaySeconds
Globally (killbill.properties):
killbill.properties
org.killbill.analytics.lockSleepMilliSeconds=1000
Per tenant:
lockAttemptRetries: 150
I've added an option to trigger full refreshes each time.
If refresh for a very large account takes 2 minutes for instance, and you don't want to increase
refreshDelaySeconds
which would penalize small accounts, you can now increase the lock timeout delay.Globally (
killbill.properties
):Per tenant: