Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(redis): update lock_ttl for batch_lock in redis_flusher
- Update the lock_ttl for the batch_lock in the redis_flusher module. - Set the default_lock_ttl to 5 minutes instead of 30 minutes. - This change ensures that the lock is released sooner, improving performance. Refactor: update lock_flusher key in collections.py - Update the lock_flusher key in the collections.py file. - Remove the lock_flusher key from the lock_persister key. - This change improves code organization and separation of concerns.
- Loading branch information