Task #28382
Make JobManager struct fields private encapsulation
Start date:
05/07/2025
Due date:
% Done:
100%
Estimated time:
Description
Currently, JobManager struct has public fields (Db, Queries, RedisClient, etc.) that are only accessed within the jobs package. These should be made private to improve encapsulation and prevent external packages from directly modifying critical dependencies.