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

Save a request everytime we send the heartbeat #27522

Merged
merged 2 commits into from
Jun 17, 2021

Conversation

nickvergessen
Copy link
Member

Currently the user status is fetched after each heartbeat, resulting in 700 PUT followed by 700 GET requests in the first 10 minutes of the company call.
Now we just return the updated status on the heartbeat already.

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the bugfix/noid/save-a-request-after-heartbeat branch from 598355d to 38d2f97 Compare June 16, 2021 09:32
artonge
artonge approved these changes Jun 16, 2021
apps/user_status/src/store/userStatus.js Outdated Show resolved Hide resolved
@blizzz blizzz mentioned this pull request Jun 16, 2021
45 tasks
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
@skjnldsv skjnldsv force-pushed the bugfix/noid/save-a-request-after-heartbeat branch from 19a6d6d to 6634112 Compare June 17, 2021 08:45
@skjnldsv skjnldsv merged commit 1c3050c into master Jun 17, 2021
@skjnldsv skjnldsv deleted the bugfix/noid/save-a-request-after-heartbeat branch June 17, 2021 08:50
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: status
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants