From 4d967690f23637d8d7fd36b60915994f851ac6f0 Mon Sep 17 00:00:00 2001 From: Raheel Ahmed Date: Fri, 2 Aug 2024 16:19:49 -0400 Subject: [PATCH] Added a period in a launch checklist bullet :) --- docs/documentation/getting-started/launch-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/getting-started/launch-checklist.md b/docs/documentation/getting-started/launch-checklist.md index 536991c3..63cfe7ea 100644 --- a/docs/documentation/getting-started/launch-checklist.md +++ b/docs/documentation/getting-started/launch-checklist.md @@ -31,4 +31,4 @@ Before deploying your Turnkey integration in production, take a look at our reco - Activity submission is optimistically synchronous. In most cases activities will be completed and returned right away (synchronously), but if there is a lot of activity in a single organization, activities will be processed asynchronously. Make sure you handle PENDING activities by polling a few times until their completion. You can use [createActivityPoller](https://github.com/tkhq/sdk/blob/d9ed2aefc92d298826a40e821f959b019ea1936f/packages/http/src/async.ts#L101) to do this if you're using our Typescript SDK. - Implement retry strategies for API calls, adjusting for various error types and avoiding over-retrying on critical failures. Incorporate [rate limiting](/faq#do-you-have-any-rate-limits-in-place-in-your-public-api) and exponential backoff in retry mechanisms. -- Set up monitoring to detect and alert on patterns of failures +- Set up monitoring to detect and alert on patterns of failures.