Skip to content

Comments

Caching ongoing GetConversationById requests to not do them twice#1208

Merged
WojcikMike merged 2 commits intomasterfrom
cache_ongoing_converstionId_requests
May 31, 2022
Merged

Caching ongoing GetConversationById requests to not do them twice#1208
WojcikMike merged 2 commits intomasterfrom
cache_ongoing_converstionId_requests

Conversation

@WojcikMike
Copy link
Contributor

@WojcikMike WojcikMike commented May 27, 2022

Current controls displaying Flow Diagram and Sequence diagram do the same call to GetConversationById. This change records the ongoing check and when other control wants to ask for the same conversation it returns the same value.

Co-authored-by: Mauro Servienti <mauro.servienti@gmail.com>
@WojcikMike WojcikMike enabled auto-merge May 31, 2022 07:12
@WojcikMike WojcikMike merged commit a796d1b into master May 31, 2022
@WojcikMike WojcikMike deleted the cache_ongoing_converstionId_requests branch May 31, 2022 07:16
@mauroservienti mauroservienti removed this from the 2.10.0 milestone Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ServiceInsight may issue more HTTP requests to ServiceControl than necessary

2 participants