fetchai / agentverse

Public repository for Agentverse
Apache License 2.0
8 stars 11 forks source link

Communication b/w AI Engine and Agent is Getting Stuck at Queue Envelope #16

Closed neerajkrbansal1996 closed 1 month ago

neerajkrbansal1996 commented 3 months ago

Prerequisites

Category

Bug in Agentverse

Expected Behavior

No response

Observed Behavior

Getting stuck at the Queue Envelope

image

The same agent is running fine when running locally.

To Reproduce

No response

Environment Details (Optional)

Agent Address: agent1qtq489yn4qc4ljmqztxtcwsq774u456p8005jyr8738kdah5mla2csn7q7d
Session ID: 133e9cc0-f1ff-40bf-8b81-e403bb7b168a
AV/AI Engine Enviornment: Production

Failure Logs (Optional)

No response

Additional Information (Optional)

No response

neerajkrbansal1996 commented 2 months ago

I have tried running the same agent in the Local Environment, it is working fine, so it seems like a issue in the AV.

lrahmani commented 2 months ago

@neerajkrbansal1996 Issue identified, currently working on a fix

jrriehl commented 2 months ago

We have implemented some retry logic on the messages now. Can you please try again @neerajkrbansal1996 and let us know if this is still occurring? We will also be rolling out some updates to improve DB performance next week so that hopefully the retries won't be needed.

neerajkrbansal1996 commented 2 months ago

We have implemented some retry logic on the messages now. Can you please try again @neerajkrbansal1996 and let us know if this is still occurring? We will also be rolling out some updates to improve DB performance next week so that hopefully the retries won't be needed.

it is working now, there is one instance where it failed, it maybe due to fact you mentioned about retry logic, but worked next couple of times i tried. I will let you know if the issue arises again!

kshipra-fetch commented 2 months ago

Hi @neerajkrbansal1996

Can you please confirm if this is working fine for you now?

jrriehl commented 1 month ago

This has been resolved now.