nightly-20250103
- Implemented a unique transaction ID for better traceability during database operations. - Added retry logic for handling "database is locked" errors, with exponential backoff delays. - Improved error logging to provide detailed information on transaction attempts and failures. - Ensured that all database operations are wrapped in a transaction with proper rollback on panic or error.