TrapStoner
9d125ba9bd
fix(redis): retry with exponential backoff on startup
...
rueidis.NewClient pings Redis immediately; if the container starts
before Redis is ready the backend fatals. Retry up to 10 times with
exponential backoff (300ms → 810ms → 2.2s → … capped at 15s).
2026-05-29 02:58:46 +03:00
keven1024
a601964459
feat(asynq): implement Asynq initialization and client retrieval functions
2026-05-24 11:16:25 +08:00
keven1024
8758325da3
feat(redis): initialize Redis client and update context handling in Redis operations
2026-05-24 11:15:44 +08:00
keven1024
10a82a1751
chore(deps): update go.sum files to include module hashes for various dependencies and their go.mod files
2026-05-24 11:15:42 +08:00
keven1024
907f77aa66
refactor(backend): update file hash calculation from MD5 to SHA1 and rename related error handling
2026-05-24 11:15:42 +08:00
keven1024
c50bb5d0bf
refactor: update environment variable handling to use GetEnvMap for improved type safety and add feature extraction functionality
2026-04-04 21:42:25 +08:00
keven1024
95ab8b97da
refactor(pkg): ensure Redis client initialization is properly assigned during concurrent access
2026-04-04 21:21:27 +08:00
keven1024
c871c55f79
refactor: enhance Redis lock utility by adding expiration duration support and improving context management
2026-04-04 16:18:19 +08:00
keven1024
82e9292b66
feat: add Redis lock utility for managing distributed locks with rueidislock
2026-04-04 16:02:38 +08:00
keven1024
1d86f2bdf6
refactor: update dependencies across multiple modules, including upgrading asynq to v0.26.0, Redis to v9.18.0, and various golang.org/x packages for improved performance and compatibility
2026-04-04 13:50:21 +08:00
keven1024
52cc89a73d
refactor: implement session management using Gorilla sessions and streamline session retrieval in middleware
2026-04-04 13:47:12 +08:00
keven1024
b26821a504
refactor: migrate Redis client implementation from go-redis to rueidis for improved performance and functionality
2026-04-04 12:16:28 +08:00
keven1024
ed7ac4e657
feat(utils): add file utility functions for MD5 hashing, file ID generation, and upload directory management
2026-02-27 12:08:13 +08:00
keven1024
b471972dd4
chore(deps): update dependencies
2026-01-30 14:44:43 +08:00
keven1024
e43d27958d
feat(utils): enhance InitEnv function to support multiple config types and add unit tests for environment initialization
2025-12-27 11:18:45 +08:00
keven1024
31c0736562
feat(backend): add password hashing error handling and implement HTTP utility tests
2025-12-27 11:04:21 +08:00
keven1024
675a6e860a
feat(pkg): add async queue and Redis client utilities, implement environment variable management with viper
2025-12-14 16:25:20 +08:00
keven1024
313ce4455f
chore: update Go modules to version 1.25.5, restructure models into pkg/models, and remove unused model files for improved organization and dependency management
2025-12-14 16:12:17 +08:00