-
Notifications
You must be signed in to change notification settings - Fork 120
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
error in response_body for s3 uploads using json encoder #1037
Comments
The uploads to s3 increases latency and I was running into timeouts . Increasing timeouts was the workaround |
Thanks for reporting this. More info: When uploading large fields or lots of different function outcomes, the executor's Task Report can be stuck in a retry loop that will never succeed. Error seen:
|
This was referenced Nov 20, 2024
Reopening to also track the invocation aspect that this ticket mentioned. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm following https://github.com/tensorlakeai/indexify/blob/main/examples/readme/readme_example.py excpet that I'm I set
encoder="json"
in ever function .When I run it I get
And the task is hanged up there .
My environment
I used k8s to deploy the indexify-server and executor with values.yaml
And used indexify version
Version: 0.2.29
The text was updated successfully, but these errors were encountered: