From 9bc1b7d5d979d570c32e1f4e6895d60ccf7a995b Mon Sep 17 00:00:00 2001 From: SH-Hong Date: Sun, 5 May 2024 15:54:59 +0000 Subject: [PATCH] GITBOOK-27: No subject --- gitbook/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitbook/README.md b/gitbook/README.md index e3f8918..cb3f761 100644 --- a/gitbook/README.md +++ b/gitbook/README.md @@ -12,8 +12,8 @@ ## Unique Features in Pulse * **Latest MongoDB Driver Support**: Pulse is fully compatible with the latest MongoDB driver, ensuring users can take advantage of the most current database features and enhancements. -* **Resume Incomplete Tasks After System Restart**: Pulse offers retry mechanisms using exponential and fixed backoff strategies with configurable attempts, ensuring efficient retries of failed tasks without overwhelming the system. -* **Retry Failed Tasks**: Pulse uses an intelligent retry mechanism with configurable attempts and backoff strategies, ensuring failed tasks are retried efficiently. +* **Resume Incomplete Tasks After System Restart**: When the system restarts, Pulse resumes incomplete tasks that were in progress or queued for execution, providing seamless continuation without manual intervention. +* **Retry Failed Tasks**: Pulse offers retry mechanisms using exponential and fixed backoff strategies with configurable attempts, ensuring efficient retries of failed tasks without overwhelming the system. * **Continuous Maintenance**: As an open-source project actively used in a production service, Pulse is consistently maintained and improved, providing users with reliable updates and support. * **Extensive Documentation**: Provides detailed guides and examples for a quick and easy start.