:wave: :typingcat: hey all! I'm setting up a new d...
# prefect-ui
l
👋 typingcat hey all! I'm setting up a new deployment, and it looks like all of my deployments are getting stuck in a Late state. seems like the runs from the previous days got stuck there too. I canceled them, and tried deleting my deployment, rescheduling it, but same result. I also tried deleting the new deployment, creating a new workpool, (as suggested by another slack member experiencing this issue) and then re-running it, and same result. Can anyone assist here? thank you!!!
1
n
hi @lauren.benezra! I suspect there is some issue with your worker (if you're not using a push work pool type): • what kind of work pool do you have? • (if applicable) where is your worker running? does it have logs?
l
thank you for your quick response, Nate! Also I'm new to prefect, so apologies if I ask silly questions or provide silly answers. It is a Push workpool, manged by prefect.
n
no worries at all 😄 you shouldn't need to worry about a worker here! if you have access to the prefect CLI, can you run
prefect work-pool ls
and share the output for this work pool?
l
yes!
🙏 1
n
hmm so since its managed and you don't have a concurrency limit, the main two gotchas should not be applicable let me poke around and see if I can see something weird going on. would you be willing to DM me a URL from the UI? the url contains your account and workspace ID
l
absolutely! doing so now. ty ty ty
thank you 1
m
I think this is a known bug Lauren. I had the same thing and ultimately couldn't use prefect managed workers for this reason unfortunately
n
thanks for the input @Matthew Bell! we resolved this in a DM - in this case the shared concurrency slots were full. we will do more to surface when that is the case
m
Ah I see, thanks for sharing