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

Change dispatchActions during initialization to unawaited #179

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

skiluk
Copy link
Contributor

@skiluk skiluk commented Nov 18, 2024

We recently integrated this package. During a high volume usage time of our app over the weekend, our Matomo server was at full capacity (100% CPU) and taking multiple seconds to return from the batch call. Our app load was blocked waiting for the return from the server during dispatchActions at initialization (persistent queue). We are updating our server to handle the increased load, but do not want the chance our app is blocked from loading. This is a simple change to make that call unawaited.

Copy link
Member

@TesteurManiak TesteurManiak left a comment

Choose a reason for hiding this comment

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

Thanks for contributing LGTM 👍

@TesteurManiak TesteurManiak merged commit c866359 into Floating-Dartists:main Nov 18, 2024
2 checks passed
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.

2 participants