개선(improvement) #3010
open[Redis improvement] Optimize Ctrip process reduce call to Redis
0%
Description
Request :
Optimize Ctrip process: consolidate Redis calls so that five simultaneous requests (different adult counts) only trigger one Redis query
Updated by Dan Hoang about 1 month ago
- Status changed from 신규(New) to 진행(Doing)
- Start date set to 02/02/2026
Updated by Dan Hoang about 1 month ago
- Due date set to 02/03/2026
- Status changed from 진행(Doing) to 완료(Done)
- Build env. set to Dev
Updated by Dan Hoang about 1 month ago
- Assignee changed from Dan Hoang to Tracy Tran
Need to compare response between staging and production. Please note that the order of the returned rooms may not be the same.
Staging url: https://test-api-ctrip.ohmyhotel.com:444/v1/availability
Prd url: https://api-translator-ctrip-kr.ohmyhotel.com/v1/availability
Request: Need to test some hotel by change HotelCode in tag <HotelRef HotelCode="JP001463"></HotelRef>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header></SOAP-ENV:Header>
<SOAP-ENV:Body>
<OTA_HotelAvailRQ
xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="9166524847" TimeStamp="2025-11-10T06:05:10.682+08:00" Version="2.2" PrimaryLangID="en-us">
<POS>
<Source>
<RequestorID MessagePassword="Ctripr@Aye$9J6n37j#DeGM" Type="5" ID="ctrip">
<CompanyName Code="C" CodeContext="1252"></CompanyName>
</RequestorID>
</Source>
</POS>
<AvailRequestSegments>
<AvailRequestSegment>
<HotelSearchCriteria>
<Criterion>
<HotelRef HotelCode="JP001463"></HotelRef>
<StayDateRange Start="2026-03-25" End="2026-03-27"></StayDateRange>
<RoomStayCandidates>
<RoomStayCandidate Quantity="2">
<GuestCounts>
<GuestCount AgeQualifyingCode="10"></GuestCount>
</GuestCounts>
</RoomStayCandidate>
</RoomStayCandidates>
</Criterion>
</HotelSearchCriteria>
</AvailRequestSegment>
</AvailRequestSegments>
</OTA_HotelAvailRQ>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Updated by Tracy Tran about 1 month ago
- Status changed from 완료(Done) to 피드백(Feedback)
- Assignee changed from Tracy Tran to Dan Hoang