Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35701 154 d 8 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 166 d 8 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
 
21097 3402 d 0 h amit.gupta /trunk/PyProj/src/shop2020/logistics/service/impl/  
21093 3402 d 9 h amit.gupta /trunk/PyProj/src/shop2020/logistics/service/impl/  
20837 3447 d 9 h amit.gupta /trunk/PyProj/src/shop2020/logistics/service/impl/  
20769 3457 d 3 h kshitij.sood /trunk/PyProj/src/shop2020/logistics/service/impl/  
20745 3461 d 9 h kshitij.sood /trunk/PyProj/src/shop2020/  
19426 3745 d 9 h manish.sharma /trunk/PyProj/src/shop2020/logistics/service/impl/ Committed by Manish Sharma for Logistics Costing Related Changes on Apr-11-2016  
19421 3745 d 10 h manish.sharma /trunk/ Committed by Manish Sharma for Logistics Costing Related Changes on Apr-11-2016  
19413 3745 d 14 h amit.gupta /trunk/ Added logic for new itemavaialbilitycache  
13146 4246 d 7 h manish.sharma /trunk/ Committed by Manish Sharma for Bulk Shipment Creation Process on 27-Nov-2014  
7792 4739 d 9 h anupam.singh /trunk/ - Changes to logistics provider details
- Added support for uploading awb list in file as well as downloading reports in excel
 
7627 4765 d 14 h rajveer /trunk/PyProj/src/shop2020/logistics/service/impl/ Add prepaid provider limit for bluedart and other couriers.  
7491 4778 d 7 h rajveer /trunk/PyProj/src/shop2020/logistics/service/impl/ Change logic for cod limit based on pincode.  
6644 4932 d 7 h rajveer /trunk/PyProj/src/shop2020/logistics/service/impl/ Removed dependency of awb on awbupdate.  
6643 4932 d 8 h rajveer /trunk/ Added support to store awb updates in our system.  
6537 4949 d 8 h rajveer /trunk/PyProj/src/shop2020/ Added option to add delivery delay for selected pincodes.  
6524 4953 d 6 h rajveer /trunk/ Added code for on time guarantee.  
5863 5073 d 12 h rajveer /trunk/ Added email for store.  
5813 5078 d 18 h rajveer /trunk/ Added bdm and bdmemail in shchema of pickupstore.  
5739 5089 d 7 h rajveer /trunk/ Added zone in the store table.  
5719 5092 d 11 h rajveer /trunk/ Added support of hotspot store id in our system.  
5555 5117 d 9 h rajveer /trunk/PyProj/src/shop2020/ Implementation of Instore pickup interfaces.  
5527 5124 d 10 h anupam.singh /trunk/ Trac # 1453
B2B support Phase-1
 
5387 5148 d 9 h rajveer /trunk/ Added support to handle self pickup. Also provided support to display quantity in OM dashboard.  
5277 5162 d 6 h rajveer /trunk/PyProj/src/shop2020/logistics/service/impl/ Removed unused classes from the service.  
4439 5271 d 8 h rajveer /trunk/PyProj/src/ Adding support for Aramex as another courier service provider.  
3187 5425 d 10 h rajveer /trunk/PyProj/src/shop2020/ Made database hostname configurable.  
3044 5436 d 11 h chandranshu /trunk/ Changes to accomodate multiple details for the same provider ensuring all existing things will continue to work  
1730 5548 d 9 h ankur.singhal /trunk/ Adjustment of delivery time taking into account Holidays and Sundays.  
1504 5562 d 6 h ankur.singhal /trunk/PyProj/src/ Ref:[Ticket#276] -- Enhancements to select the logistics provider. Provider has to be taken from Courier_Logic.xls sheet where corresponding to a destination pincode and warehouse location, a provider is defined.  
1248 5579 d 13 h chandranshu /trunk/PyProj/src/shop2020/ Made database name a configurable parameter for Payment, Logistics and Helper service to ensure that test and development databases can be different  
1131 5590 d 7 h chandranshu /trunk/PyProj/src/shop2020/ Added pool_recycle parameter to the create_engine call  
746 5639 d 12 h rajveer /trunk/PyProj/src/shop2020/ support mysql added for mysql  
731 5641 d 8 h chandranshu /trunk/PyProj/src/shop2020/logistics/service/ Added a method to get the destination code of a pincode for a provider  
669 5647 d 6 h chandranshu /trunk/PyProj/src/shop2020/ Changed for printing the invoice  
644 5648 d 6 h chandranshu /trunk/PyProj/src/shop2020/ Changes to Logistics service definition and related changes to the catalog service  
477 5754 d 9 h rajveer /trunk/ Logistics service changes as suggested by Pankaj.  
472 5759 d 3 h rajveer /trunk/ Helper, logistic, widget and pageloader service changes.  
442 5780 d 12 h rajveer /trunk/ Logistic service implemented