You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first one processes the input data in background. The time used to process that data is unknown, but typically in a few seconds
the second endpoint fetches the processed data.
I have the Hurl script that invokes the first and second endpoints.
The first invocation was correctly processed, and the response was okay.
The second invocation failed because the data was not yet available.
I didn't find any mention in the docs of how to resolve this issue.
Proposal
The fast implementation could be put a "sleep 5" command to stop the execution for 5 seconds
Another implementation could be a "while" loop that executes the invocation till some conditions are matched (HTTP status code, body checks)
Additional context and resources
Tasks to complete
???
The text was updated successfully, but these errors were encountered:
Problem to solve
I have two endpoints:
I have the Hurl script that invokes the first and second endpoints.
The first invocation was correctly processed, and the response was okay.
The second invocation failed because the data was not yet available.
I didn't find any mention in the docs of how to resolve this issue.
Proposal
Additional context and resources
Tasks to complete
The text was updated successfully, but these errors were encountered: