Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35701 209 d 18 h amit /trunk/PyProj/src/ Performance fix: reduce logging level to WARNING, remove incompatible pool_pre_ping, fix tornado dependency

- Changed logging.basicConfig from DEBUG to WARNING in 6 service files to stop
SQLAlchemy query spam that caused memory bloat (TransactionServer 553MB -> 63MB)
- Set echoOn=False as default in PurchaseServiceHandler
- Removed pool_pre_ping=True from 7 DataService files (incompatible with SQLAlchemy 0.6.6)
- Updated tornado dependency from 1.0.1 to 1.0 in setup.py (1.0.1 unavailable on PyPI)
 
35608 221 d 18 h amit /trunk/PyProj/src/shop2020/ Fix DB connection pooling to reduce service restarts

- Add pool_timeout=30 to fail fast instead of hanging indefinitely
- Add pool_pre_ping=True to detect stale MySQL connections before use
- Reduce pool_recycle from 7200s to 3600s for fresher connections
- Disable SQL echo logging (echo=False) to reduce memory/CPU usage
- Fix MongoDB connection with thread-safe initialization and proper pooling

Modified services: helper, user, inventory, order, payment, logistics, catalog
 
26887 2226 d 22 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
24111 2902 d 18 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
23806 2995 d 0 h tejbeer /trunk/ hotdeal change  
23159 3166 d 19 h ashik.ali /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
23156 3166 d 20 h ashik.ali /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
23142 3167 d 23 h ashik.ali /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
22309 3298 d 22 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
22249 3311 d 3 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
21853 3351 d 18 h amit.gupta /trunk/ Fixed CategoryHsnCode  
21838 3355 d 15 h amit.gupta /trunk/ Added new tax implementation i.e. gst  
20390 3640 d 20 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/ Echo false  
19714 3772 d 16 h manish.sharma /trunk/ Committed by Manish Sharma for Return Process Implementation on May-9-2016  
19691 3776 d 23 h manish.sharma /trunk/ Committed by Manish Sharma for Return Process Implementation on May-5-2016  
19686 3777 d 21 h kshitij.sood /trunk/ Entity upload service  
18414 3874 d 17 h kshitij.sood /trunk/ Maximum buy quantity + bulk items  
18150 3902 d 17 h kshitij.sood /trunk/ Changes related to bulk pricing + catalog service.  
18002 3917 d 20 h kshitij.sood /trunk/ Added pack quantity.  
17770 3930 d 7 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
15694 4087 d 22 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
15687 4090 d 14 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
15485 4110 d 18 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
14865 4161 d 1 h manish.sharma /trunk/PyProj/src/shop2020/model/v1/catalog/impl/ Committed by Manish Sharma for Snapdeal VOI Integration and Some Changes for Flipkart FA on 17-Apr-2015  
14862 4161 d 16 h manish.sharma /trunk/ Committed by Manish Sharma for Snapdeal VOI Integration and Some Changes for Flipkart FA on 16-Apr-2015  
14780 4169 d 18 h manish.sharma /trunk/ Committed by Manish Sharma for Snapdeal VOI Integration and Some Changes for Flipkart FA on 08-Apr-2015  
13709 4232 d 14 h manish.sharma /trunk/ Committed by Manish Sharma for HomeShop18 Order Creation Process on 04-Feb-2015  
13493 4262 d 0 h amit.gupta /trunk/ Added changes related to partial catalog handling  
13034 4318 d 19 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/ Added Logic handling for partially active items.  
12947 4342 d 19 h kshitij.sood /trunk/ Small change  
12934 4344 d 23 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12888 4350 d 12 h kshitij.sood /trunk/ FC Gurgaon change  
12843 4353 d 17 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12841 4353 d 19 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12731 4365 d 20 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12719 4367 d 12 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12663 4372 d 22 h kshitij.sood /trunk/ Service changes for amazon promo, feed and dashboard  
12620 4377 d 19 h amit.gupta /trunk/ Added changes related to exclusive affiliate program  
12597 4384 d 20 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/ Changes regarding competitive pricing logic  
12511 4405 d 14 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/