Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replays: Implement retry mechanism for database operations
Add retry logic to handle transient database errors in the Replays module. This update introduces a retry mechanism for database insert operations within the `Replays` class to enhance stability and prevent crashes caused by transient issues such as network interruptions or temporary database unavailability. By implementing this retry logic, the system can recover from intermittent errors without requiring manual intervention.
- Loading branch information