Is there a problem with prefect 2 cloud login at t...
# ask-community
j
Is there a problem with prefect 2 cloud login at the moment?
πŸ‘ 3
βœ… 1
πŸ‘€ 1
r
I believe so, it's down for us as well
j
cool thanks
c
What issue are you seeing currently?
t
all workspaces gone
r
Cannot login, both on UI and through the python cli
βœ… 1
j
Image below and console logs too
j
For us as well
c
Ok thank you - give me a minute
j
c
https://prefect.status.io/ - we are currently investigating performance and logins, standby
Thank you , investigating
Can you try again?
r
It's back for me
βœ… 1
z
I can log in now, but flow runs page takes ~10s to load
c
Understood, we are still investigating performance issues
πŸ™Œ 3
thank you 1
j
Flows aren't executing in the agent
πŸ‘ 1
j
All my deployments have dissapeared...
and flows and flow runs 😞
blocks....work pools eek
r
The issue seems to be only on the prefect UI, if you run
prefect flow ls
on an authenticated cli it correctly finds our flows
j
Yeah for flows...but not for deployments 😞
r
deployments you can find with
prefect deployment ls
, doing a quick look around everything seems to be fine with our data, I can even trigger flows from the cli and our agent picks them up correctly, the issue is probably in the UI only
j
I get a keyerror for deployments
Copy code
KeyError: UUID('570126de-6824-4a6b-9c81-24198ab8caee')
An exception occurred.
Anyway I assume this will get sorted and if not I can recreate the deployments anyway
c
This is likely only temporary as a result of the ongoing incident - your data / deployments should not be β€œgone”
j
Yeah they look to be back now πŸ˜“
m
I think there is still a big delay with the api ? When I run a flow, the agent still shows me the following: "Submitting flow run id.... "but after that nothing happens for a while. After that the queue goes into the status unhealthy. No further logs are displayed in the agent. Does anyone else have this problem ?
c
You can enable debug logs on your agent to get more details - this issue should be resolved and back to full function, so I’d suspect your issue might be separate here?
m
Get a similar error as @John Kang posted above.

https://prefect-community.slack.com/files/U03F9TT4YG5/F05GQ5N7GK0/image.pngβ–Ύ

c
Is this for existing flow runs while we were experiencing issues, or new flow runs, or both ?
These look like just timeout errors , but it’s not clear what we are timing out on here , and in either scenario the api should be responsive at this time
j
@Christopher Boyd It looks like it is working now. Thanks for looking into it for us.