<@ULVA73B9P> is perfect server stateless?
# ask-marvin
i
@Marvin is perfect server stateless?
m
The Prefect server that one can host themselves, after installing Prefect with the Python SDK client, is not specifically described as stateless within the provided documentation excerpt. The Prefect server is an API server backed by a database and has a UI for interaction. It serves as a counterpart to Prefect Cloud, sharing some common features. However, the documentation does not explicitly mention statelessness as a characteristic of the server. Generally, statelessness refers to an architecture where the server does not store any state about the client session on the server side. If you want more in-depth information on the architecture regarding the state of the Prefect server, you might consider checking more detailed technical resources or documentation.
n
hey @Idan Noti - do you mind using threads to maintain conversations with marvin? by creating new slack threads all the time, you’re creating new threads of memory of marvin each time, which means you have to do more work each time to explain yourself
i
Ye. Sure. @Nate
👍 1
Sorry for that
n
all good! i should probably find a way to make that more clear for those who use it
i
@Marvin I see that prefect servers are constantly at 80% cpu utilization even without any incoming work. Why is that?
Hi @Marvin is it reasonable to have prefect servers CPU utilization be ~ 80% even when no requests?