mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3259] [bug]: The interface was called twice with a one-minute interval between calls. Is it a new retry mechanism or a bug? #1083
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1083
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bjcodereview3 on GitHub (Aug 17, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3259
Is there an existing issue for this?
Current behavior
Through the website https://hoppscotch.io/, with the Chrome plugin installed, an API URL was called which took several minutes to respond due to the task being time-consuming. Before the first call returned a response, exactly one minute had passed and the API was called again, resulting in a total of two API calls. Is this a bug or a recently added retry mechanism?
Steps to reproduce
Enter the request URL and click send.
Wait for the API response.
After two minutes, a 504 error was reported and it was discovered that the API was called twice.
Environment
Production
Version
Cloud
@bjcodereview3 commented on GitHub (Aug 17, 2023):
maybe nginx reason