Does Bruno support Request polling? #3196
Unanswered
satya-kaki1
asked this question in
Q&A
Replies: 1 comment
-
I've been able to accomplish this with something like the following, make sure to update it with the request name. Maybe not elegant, but it works.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a request to check a job status. It may takes minutes to finish the job. How do I keep polling the request until the job is finished?
I have a GET API {{url}}/api/jobs?jobId=123 which has a Json response.
status": { "status": "QUEUED/DONE",},
Beta Was this translation helpful? Give feedback.
All reactions