Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35701 85 d 19 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 97 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 2102 d 23 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
24111 2778 d 19 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
23806 2871 d 1 h tejbeer /trunk/ hotdeal change  
23159 3042 d 19 h ashik.ali /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
23156 3042 d 21 h ashik.ali /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
23142 3043 d 23 h ashik.ali /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
22309 3174 d 23 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
22249 3187 d 4 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
21853 3227 d 19 h amit.gupta /trunk/ Fixed CategoryHsnCode  
21838 3231 d 15 h amit.gupta /trunk/ Added new tax implementation i.e. gst  
20390 3516 d 20 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/ Echo false  
19714 3648 d 17 h manish.sharma /trunk/ Committed by Manish Sharma for Return Process Implementation on May-9-2016  
19691 3653 d 0 h manish.sharma /trunk/ Committed by Manish Sharma for Return Process Implementation on May-5-2016  
19686 3653 d 22 h kshitij.sood /trunk/ Entity upload service  
18414 3750 d 17 h kshitij.sood /trunk/ Maximum buy quantity + bulk items  
18150 3778 d 17 h kshitij.sood /trunk/ Changes related to bulk pricing + catalog service.  
18002 3793 d 20 h kshitij.sood /trunk/ Added pack quantity.  
17770 3806 d 8 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
15694 3963 d 23 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
15687 3966 d 14 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
15485 3986 d 18 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
14865 4037 d 2 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 4037 d 17 h manish.sharma /trunk/ Committed by Manish Sharma for Snapdeal VOI Integration and Some Changes for Flipkart FA on 16-Apr-2015  
14780 4045 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 4108 d 15 h manish.sharma /trunk/ Committed by Manish Sharma for HomeShop18 Order Creation Process on 04-Feb-2015  
13493 4138 d 0 h amit.gupta /trunk/ Added changes related to partial catalog handling  
13034 4194 d 19 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/ Added Logic handling for partially active items.  
12947 4218 d 19 h kshitij.sood /trunk/ Small change  
12934 4221 d 0 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12888 4226 d 12 h kshitij.sood /trunk/ FC Gurgaon change  
12843 4229 d 18 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12841 4229 d 20 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12731 4241 d 20 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12719 4243 d 13 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/  
12663 4248 d 23 h kshitij.sood /trunk/ Service changes for amazon promo, feed and dashboard  
12620 4253 d 20 h amit.gupta /trunk/ Added changes related to exclusive affiliate program  
12597 4260 d 21 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/ Changes regarding competitive pricing logic  
12511 4281 d 14 h kshitij.sood /trunk/PyProj/src/shop2020/model/v1/catalog/impl/