fix: use plural entity type constants for queue names; fix inventory levels sync 0979938 MukeshKapoor25 commited on Mar 20
refactor: replace hardcoded entity_type strings with constants from models.py f09390e MukeshKapoor25 commited on Mar 18
fix(redis): cut workers to 7 total, remove per-iteration Redis calls to reduce connection pressure dfbedd9 MukeshKapoor25 commited on Mar 17
fix(redis): use correct redis.exceptions import to re-raise ConnectionError 77e12bc MukeshKapoor25 commited on Mar 17
fix(redis): increase pool max_connections to 50, add exponential backoff on ConnectionError 0708ac4 MukeshKapoor25 commited on Mar 17
feat(logging): implement production-grade structured logging with JSON and rotating files f2bfacd MukeshKapoor25 commited on Mar 17
refactor(redis-queue): reduce logging verbosity in enqueue and dequeue operations c021ed8 MukeshKapoor25 commited on Mar 17
refactor(sync-worker-ms): reduce logging verbosity in worker loop and queue operations c3290dc MukeshKapoor25 commited on Mar 17