I updated to the newest prefect version backend (0...
# prefect-server
m
I updated to the newest prefect version backend (0.14.9), python 3.8.6. my linux crashing because a lot of new zombie processes: nothing else is running on the server
this is the parent process
It creates new processes really fast: also after restart already 250zombies (<5min)
z
m
Is that. Is there like a stable version (you use also in the cloud)?
j
The issue here is the health checks in the docker-compose file (which is only used for server, not cloud). I'm looking at fixing this now, but it will require updates to our images. If you downgrade to prefect 0.14.6 for the prefect you're using to deploy server things will work again.
1
m
Ok. thx a lot
@Zanie Is this problem fixed in prefect 0.14.10? There is nothing mentioned in the changelog.
I got found it. Should be solved. thx
z
👍 Yeah perhaps we should have added a blurb to the changelog but it was fixed in the Server repo
🙌 1