gRPC timing out in AVS

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.

Hi Rit,

A little tough to know exactly what your setup looks like without more details but before I ask for that, I’d suggest looking at your AVS configuration to see what requestTimeout is being set for the AVS you are running.

Otherwise, logs of the Aggregator and Executor process you are running would be helpful. I assume you are submitting a task to your Devnet chain to see the work be processed?