-
Notifications
You must be signed in to change notification settings - Fork 39
Mob 10947 retry policy android #719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: MOB-10946-TS-Layer
Are you sure you want to change the base?
Conversation
RN app should be able to pass RetryPolicy in configuration. iOS part is still pending.
❌ 8 blocking issues (8 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
maxRetry: 5, | ||
retryInterval: 10, | ||
retryBackoff: IterableRetryBackoffType.LINEAR | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,7 @@ | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export * from './IterableEventName'; | ||
export * from './IterableLogLevel'; | ||
export * from './IterablePushPlatform'; | ||
export * from './IterableRetryBackoffType'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,17 @@ | |||
import { IterableRetryBackoffType } from '../enums/IterableRetryBackoffType'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** Number of consecutive JWT refresh retries the SDK should attempt */ | ||
maxRetry: number; | ||
/** | ||
* Duration between JWT refresh retries in seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retryInterval: number; | ||
/** The backoff pattern to apply between retry attempts */ | ||
retryBackoff: IterableRetryBackoffType; | ||
} No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔹 JIRA Ticket(s) if any
✏️ Description