| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36305 |
17 d 4 h |
amit |
/trunk/profitmandi-dao/src/main/ |
Batch processing infrastructure + per-partner offer processing + partner limit optimization + investment cache eviction on billing/payment/cancellation with 3hr TTL |
|
| 36081 |
40 d 16 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Use JDK serialization for Redis caches with Map<Integer,...> keys
GenericJackson2JsonRedisSerializer converts Map Integer keys to String
during JSON serialization. On deserialization, map.get(Integer) returns
null since keys are now Strings. This broke allOffers, offer.slabpayout,
catalog.published_yearmonth, and offer.achievement caches.
Fix: Use JdkSerializationRedisSerializer for these specific caches to
preserve exact Java types. Added Serializable to 9 model classes in the
offer object graph: CreateOfferRequest, TargetSlab, ItemCriteriaPayout,
ItemCriteria, PartnerCriteria, PayoutSlab, AmountModel, QtyAmountModel,
DateRangeModel. |
|
| 36057 |
41 d 19 h |
ranu |
/trunk/ |
code commit via websocket instead of selenium for agent status |
|
| 36049 |
42 d 22 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Redesign offer caching: separate definition from achievement, per-partner Redis cache, deep-copy before mutation, centralized eviction |
|
| 35600 |
98 d 0 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix Redis serialization bug and add 15-min cache manager
- Fix SerializationException for publishedOffersWithAchievement cache
- Add @JsonIgnore to computed getters getBillingStartDate/getBillingEndDate
- Add @JsonIgnoreProperties(ignoreUnknown=true) to CreateOfferRequest,
ItemCriteriaPayout, TargetSlab for backward compatibility with cached data
- Add redisVeryShortCacheManager (15 min TTL) for frequently changing data
- brandStockPrices, partnerInvestments, partnerSales, partnerDailyInvestment
now use 15-min cache instead of 60-min |
|
| 35388 |
141 d 19 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
Fixed cors issue |
|
| 35176 |
205 d 18 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
Added 1Hr Redis Cache |
|
| 35171 |
206 d 20 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
Fixed system.exit(0) |
|
| 34828 |
281 d 23 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
donotcommit |
|
| 34715 |
313 d 18 h |
ranu |
/trunk/ |
bi report some correction |
|
| 34610 |
344 d 23 h |
vikas.jangra |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
Temporary cache redis to caffeine |
|
| 33635 |
644 d 0 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fixed gst auth token caching issue |
|
| 33323 |
729 d 23 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
Added changes to hold |
|
| 31282 |
1236 d 17 h |
amit.gupta |
/trunk/ |
Removed unwanted files |
|
| 30305 |
1483 d 12 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Caching fixed for items |
|
| 30289 |
1485 d 0 h |
amit.gupta |
/trunk/ |
Fixed changes related to einvoice and invoice generation |
|
| 30213 |
1501 d 19 h |
amit.gupta |
/trunk/ |
Fixed ahead issue |
|
| 30208 |
1512 d 18 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
Fixed ahead issue |
|
| 30206 |
1512 d 19 h |
amit.gupta |
/trunk/ |
Fixed ahead issue |
|
| 29854 |
1572 d 21 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
|
|
| 24764 |
2601 d 14 h |
amit.gupta |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/config/ |
|
|
| 24440 |
2657 d 11 h |
amit.gupta |
/trunk/ |
Improved order creation and added Zest integration |
|
| 23716 |
2897 d 21 h |
amit.gupta |
/trunk/ |
Fixed bad issue |
|
| 23405 |
2981 d 23 h |
amit.gupta |
/trunk/ |
Added changes related to indent and imei selection |
|
| 22872 |
3099 d 23 h |
ashik.ali |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
|
|
| 22708 |
3118 d 20 h |
amit.gupta |
/trunk/ |
Added fofo listing quantity from current inventory snapshot |
|
| 22552 |
3132 d 12 h |
amit.gupta |
/trunk/ |
Added caching to itemavailabilitycache |
|
| 22009 |
3212 d 17 h |
ashik.ali |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
|
|