Ready To Release === ## Governor: - Negative Surge Visibility: - Merge ‘feature/negative-surge-visibility’ into master - Add the following keys into rides-governor/config file ```yaml h3zone: ttl: 1000 resolution: 9 ``` ## Ride-Core: - Negative Surge Visibility: Merge ‘feature/negative-surge-visibility’ into master - Driver subscription: Merge ‘refactor/driver-subscription-model’ into master - Mod changes: Merge ‘go-mod’ into master # Offer Engine ## ER Bidding details: ### Ride-Core: - https://magic.pathao.com/rides/pathao-rides/-/merge_requests/100 ### Moirai: - https://magic.pathao.com/rides/moirai/-/merge_requests/7 - consul change: ```yaml offer_redis: .... .... user_ttl: 86400 # 24 hours # newly added for ER ``` ### buland_darwaza: - consul change: ```yaml - Pattern: /v1/internal/er/rides/offers/{rideId} # ER Bidding details Method: GET ProxyPass: http://moirai.rides ``` ## localized notifications & is_offer_canceled in meta data for socket & push: ### Ride-Core: - https://magic.pathao.com/rides/pathao-rides/-/merge_requests/104 ### Moirai: - https://magic.pathao.com/rides/moirai/-/merge_requests/11