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

[#714] decrease number of requests to grafana and increase cpu #729

Merged
merged 1 commit into from
Jan 16, 2019

Conversation

mcdoker18
Copy link
Contributor

@mcdoker18 mcdoker18 commented Jan 13, 2019

By default grafana uses the sqlite database. Many concurrent
connections can be issue. For example, deletion of a dashboard response
404 status code, when the dashboard presents.

PR fixes this comment #714 (comment)

@mcdoker18 mcdoker18 self-assigned this Jan 13, 2019
@mcdoker18 mcdoker18 requested a review from a team as a code owner January 13, 2019 19:09
@mcdoker18 mcdoker18 added the WIP label Jan 13, 2019
legion/legion/edi/server.py Outdated Show resolved Hide resolved
legion/legion/external/grafana.py Outdated Show resolved Hide resolved
@mcdoker18
Copy link
Contributor Author

bot, test all

@legion-bot
Copy link
Collaborator

Can one of the admins verify this patch?

1 similar comment
@legion-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@legion-bot
Copy link
Collaborator

Build status: FAILURE

@mcdoker18
Copy link
Contributor Author

bot, test all

@legion-bot
Copy link
Collaborator

Build status: FAILURE

By default grafana uses the sqlite database. Many concurrent
connections can be issue. For example, deletion of a dashboard response
404 status code, when the dashboard presents.
@mcdoker18 mcdoker18 force-pushed the feat/714-dashboard-not-exist branch from 40c5f89 to 7160699 Compare January 14, 2019 13:00
@mcdoker18
Copy link
Contributor Author

bot, test all

@legion-bot
Copy link
Collaborator

Build status: SUCCESS

@mcdoker18 mcdoker18 removed the WIP label Jan 14, 2019
Copy link

@dsuslov dsuslov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dsuslov dsuslov merged commit c4e1314 into develop Jan 16, 2019
@dsuslov dsuslov deleted the feat/714-dashboard-not-exist branch January 16, 2019 14:05
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.

5 participants