Using the AVS devkit tool, I have created an EigenCloud offchain worker that extracts PDFs and returns back the address for verification. I figured it out that the gRPC request has a 10-second deadline whereas the entire task takes more than that.
"grpc.start_time":"2025-11-15T16:36:10Z","grpc.request.deadline":"2025-11-15T16:36:20Z"
I have created a standalone go project where I implemented this same logic and it is correctly returning the address. How do I increase the gRPC deadline here? Thank you!
I have tried to resolve the issue using the AI chatbot here at https://docs.eigencloud.xyz/products/eigenlayer/support but unfortunately, it was unable to fix it.