Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for AbortController/AbortSignal #48

Open
codyfrisch opened this issue Dec 12, 2024 · 0 comments
Open

Add support for AbortController/AbortSignal #48

codyfrisch opened this issue Dec 12, 2024 · 0 comments

Comments

@codyfrisch
Copy link

codyfrisch commented Dec 12, 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)

@codyfrisch codyfrisch changed the title new rate limit automatic retry / wait - max limit. --- ignore this --- Dec 15, 2024
@codyfrisch codyfrisch changed the title --- ignore this --- Add support for AbortController/AbortSignal Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant