Task Monitor tab keeps connecting

Hello,

I’m currently running SAM project using sam run and everything is working except for the workflow tab it keeps connecting indefinitely and never loads.

So why is this happening? Is it something I missed in the configurations?

Hey Shereen!

Are you still facing this issue? One thing to check if this happened is what memory resources have you allocated to your env running SAM. You can also check the SSE_MAX_QUEUE_SIZE env variable for your WebUI Gateway, if its set to a low number you can set it to a higher queue size in your .env.

Hopefully this helps!

1 Like

Hey Tamimi,

I had actually left everything as default, the issue appeared when I was running the project on Google Cloud Shell that’s when the workflow tab kept connecting indefinitely.
However, when I ran it locally, it worked normally, now I’ve containerized the app and deployed it on a VM it’s also working fine.

Thank you for your consideration and helpful response!