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
Underlying graphql-request for its request method can accept a signal for AbortSignal. The monday-graphql-api request method does not expose the ability to set a signal for the request to abort.
Also there is no way to modify the request timeout (maybe we don't want to wait the full 60s or can't for various reasons), or the retry policy. (in integration land, we have to return a response to monday within 60s - retries may not permit that)
The text was updated successfully, but these errors were encountered:
codyfrisch
changed the title
new rate limit automatic retry / wait - max limit.
--- ignore this ---
Dec 15, 2024
codyfrisch
changed the title
--- ignore this ---
Add support for AbortController/AbortSignal
Dec 16, 2024
Underlying graphql-request for its request method can accept a signal for AbortSignal. The monday-graphql-api request method does not expose the ability to set a signal for the request to abort.
Also there is no way to modify the request timeout (maybe we don't want to wait the full 60s or can't for various reasons), or the retry policy. (in integration land, we have to return a response to monday within 60s - retries may not permit that)
The text was updated successfully, but these errors were encountered: