Skip to content
New issue

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

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

Already on GitHub? # to your account

[CN-2583] add page refresh delay and resolve overlapping requests #25

Merged
merged 10 commits into from
Sep 29, 2023

Conversation

arodski
Copy link
Contributor

@arodski arodski commented Sep 21, 2023

Happy Path

Initial request made when pipeline is selected
1

2nd request made after 30s, response has timeout of 40s
2

On the next 30s interval, request is skipped due to request already in progress and waiting for response
3

2nd request completes before the next 30s interval
4

New request is made on the next 30s interval
5

Unhappy Path

Request made to refresh page and waits for response
waiting-for-error

Request fails, sets flag to false, and makes a 2nd request at the next 30s interval
continues-requests-after-failure

Note: Utilized console logs for testing purposes.

@arodski arodski requested a review from alice485 as a code owner September 21, 2023 02:13
@arodski arodski removed the request for review from alice485 September 21, 2023 02:21
@arodski arodski requested review from alice485 and removed request for alice485 September 21, 2023 13:03
@arodski arodski changed the title [CN-2583] add delay to page refresh [CN-2583] add page refresh delay and resolve overlapping requests Sep 27, 2023
@arodski arodski merged commit 2594ada into main Sep 29, 2023
@arodski arodski deleted the CN-2583-update-request-interval branch September 29, 2023 15:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants