Hi everyone, I upgraded my Prefect server from `0....
# prefect-server
m
Hi everyone, I upgraded my Prefect server from
0.14.6
to
0.14.12
and since then I see even when idle, CPU hovers between 10%-50%.
Copy code
docker stats --all --format "table {{.ID}}\t{{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}"
shows the following:
Copy code
CONTAINER ID        NAME                CPU %               MEM USAGE / LIMIT
c6eda45c6f59        tmp_ui_1            0.00%               4.953MiB / 7.432GiB
2466edd82357        tmp_towel_1         0.00%               52.57MiB / 7.432GiB
e9d0643d134e        tmp_apollo_1        2.69%               62.68MiB / 7.432GiB
ad41dcf8646a        tmp_graphql_1       3.24%               69.5MiB / 7.432GiB
a8f65bcb2efa        tmp_hasura_1        4.62%               153.8MiB / 7.432GiB
bc9742482bd8        tmp_postgres_1      4.64%               27.86MiB / 7.432GiB
I tried to downgrade to
0.14.11
but get errors about images being broken
n
Hi @Massoud Mazar - this sounds like something to raise in the Prefect Server repo; please include details about your setup (OS, how much memory/CPU you have allocated, etc); I suspect this could be a Docker issue and not a Prefect one.
m
Sounds good! here is the issue: https://github.com/PrefectHQ/server/issues/222
n
Thank you! 🙂