Retry Handler Framework
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Building applications
Framework that retries a failed HTTP request when the API rate limits are exceeded and the 429 Too Many Requests status code is returned. The retry-after time HTTP header is used to retry the request again after that specified retry-after time.
Request apps on the Store
Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Spoke requirements
- Install Journey Accelerator app
- Microsoft Exchange Online spoke
Spoke flows
The Retry Handler Framework provides sample flows to demonstrate automating the Journey Accelerator tasks. To customize a sample flow, copy it to a new application scope. Available sample flows include:
Flow | Description |
---|---|
Renew Subscriptions | Retrieves all the subscription records and renews the subscriptions that are about to
expire. Note: Subscriptions that have Being Deleted as status, will not be considered for
renewal. |
Clean up Queue Records | Removes the records from Request Retry Queue based on state, execution status, and last updated time. |
Scheduled Job | Processes records from the Request Retry Queue table. |
Spoke subflows
The Retry Handler Framework provides sample subflows to demonstrate automating Journey Accelerator tasks. To customize a sample subflow, copy it to a new application scope. Available sample subflows include: