Commit Graph

4 Commits

Author SHA1 Message Date
5a7f29c116 update cicd 2026-04-02 11:01:30 +00:00
bb7f7b0bb3 feat: enhance job and user models with additional fields
- Added VideoID, UserID, and TimeLimit fields to the job model.
- Removed unused referral fields from the user model.
- Updated job creation and update logic to handle new fields.
- Refactored job service to work with updated job model.
- Replaced cache interface with Redis adapter in service layer.
- Introduced a Dead Letter Queue (DLQ) for failed jobs in Redis.
- Updated gRPC server to accommodate changes in job handling.
- Removed obsolete cache package and related files.
2026-03-26 00:33:45 +07:00
91e5e3542b draft grpc 2026-03-13 02:17:18 +00:00
2072052437 Initial commit 2026-01-19 12:12:29 +07:00