Project

General

Profile

Actions

개선(improvement) #3010

open

[Redis improvement] Optimize Ctrip process reduce call to Redis

Added by Joseph Vo about 1 month ago. Updated about 1 month ago.

Status:
피드백(Feedback)
Priority:
보통(Normal)
Assignee:
Start date:
02/02/2026
Due date:
02/03/2026 (35 days late)
% Done:

0%

Estimated time:
Part:
Build env.:
Staging

Description

Request :
Optimize Ctrip process: consolidate Redis calls so that five simultaneous requests (different adult counts) only trigger one Redis query

Actions #1

Updated by Dan Hoang about 1 month ago

  • Status changed from 신규(New) to 진행(Doing)
  • Start date set to 02/02/2026
Actions #2

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
Actions #3

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>

Actions #4

Updated by Tracy Tran about 1 month ago

  • Status changed from 완료(Done) to 피드백(Feedback)
  • Assignee changed from Tracy Tran to Dan Hoang
Actions #5

Updated by Dan Hoang about 1 month ago

  • Build env. changed from Dev to Staging
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)