Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated fetching of message headers #1061

Merged
merged 1 commit into from
May 18, 2021

Conversation

WojcikMike
Copy link
Contributor

From version 1.28 SP is fetching the message body from the Audit instance. If the amount of Audits is big it slows down ServicePulse by doing an expensive calls. This PR is reverting the change.

With this change the message body will once again be pulled from ServiceControl instance

@WojcikMike WojcikMike added this to the 1.30.0 milestone May 18, 2021
@WojcikMike WojcikMike added the Type: Bug Type: Bug label May 18, 2021
@WojcikMike WojcikMike self-assigned this May 18, 2021
@WojcikMike WojcikMike merged commit 4c4756c into master May 18, 2021
@WojcikMike WojcikMike deleted the remove_fetching_message_body branch May 18, 2021 13:06
@sergioc sergioc changed the title Remove a duplicated fetching of message headers Remove duplicated fetching of message headers May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants