Commit History

fix: use plural entity type constants for queue names; fix inventory levels sync
0979938

MukeshKapoor25 commited on

catalogue invetory sync issue
8b188c4

MukeshKapoor25 commited on

refactor: replace hardcoded entity_type strings with constants from models.py
f09390e

MukeshKapoor25 commited on

fix: merchant and employee queue name mismatch - use singular to match SCM-MS publisher
ca218f8

MukeshKapoor25 commited on

fix: catalogue queue name mismatch - use singular 'catalogue' to match SCM-MS publisher
51050a1

MukeshKapoor25 commited on

fix: limit SQLAlchemy pool size to prevent connection exhaustion
5db0a21

MukeshKapoor25 commited on

feat: sync catalogue_pricing and catalogue_inventory tables
703d340

MukeshKapoor25 commited on

fix: use plural entity_type to match publisher queue key names
2103664

MukeshKapoor25 commited on

fix(redis): cut workers to 7 total, remove per-iteration Redis calls to reduce connection pressure
dfbedd9

MukeshKapoor25 commited on

fix(redis): use correct redis.exceptions import to re-raise ConnectionError
77e12bc

MukeshKapoor25 commited on

fix(redis): increase pool max_connections to 50, add exponential backoff on ConnectionError
0708ac4

MukeshKapoor25 commited on

feat(logging): implement production-grade structured logging with JSON and rotating files
f2bfacd

MukeshKapoor25 commited on

refactor(redis-queue): reduce logging verbosity in enqueue and dequeue operations
c021ed8

MukeshKapoor25 commited on

refactor(sync-worker-ms): reduce logging verbosity in worker loop and queue operations
c3290dc

MukeshKapoor25 commited on

feat(sync-worker-ms): add delete_from_postgres method to merchant handler
a2386f0

MukeshKapoor25 commited on

feat: add delete_from_postgres methods to employee, warehouse, and uom handlers
0d1ff6a

MukeshKapoor25 commited on

Add DELETE operation support to sync worker
d197a66

MukeshKapoor25 commited on

Fix catalogue sync: support status at root level
44a2b7c

MukeshKapoor25 commited on

feat(worker-manager): implement Redis connection pooling for sync workers
e86dee7

MukeshKapoor25 commited on