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

Timeout error on certain transactions #352

Closed
joeldavidw opened this issue Oct 7, 2021 · 2 comments
Closed

Timeout error on certain transactions #352

joeldavidw opened this issue Oct 7, 2021 · 2 comments
Labels
area/core kind/bug Something isn't working triage/accepted Triage has been accepted

Comments

@joeldavidw
Copy link
Member

What happened:

https://defiscan.live/transactions/8f7d241126636c79e17317eef0f84eb565a1886147f0dfdcfbe7a168f095f351

Accessing the transaction above resulted in a task timeout error - {"errorMessage":"2021-10-07T05:51:23.483Z xx-xx-xx-xx Task timed out after 10.01 seconds"}

Occurs when the api calls takes more the 10 secs probably due to the "large" transaction with 600+ inputs.

Possible Causes

More investigation is required.

/triage accepted
/area core

@joeldavidw joeldavidw added the kind/bug Something isn't working label Oct 7, 2021
@defichain-bot defichain-bot added triage/accepted Triage has been accepted area/core labels Oct 7, 2021
@joeldavidw
Copy link
Member Author

Error due to limits set by Netlify - "10 second execution limit for synchronous serverless functions"

https://docs.netlify.com/functions/overview/#default-deployment-options

@joeldavidw
Copy link
Member Author

Issue has been mitigated with the increase of pagination size. Will close this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core kind/bug Something isn't working triage/accepted Triage has been accepted
Projects
None yet
Development

No branches or pull requests

2 participants