Hi! I'm new to Prefect and wish to get some help from experts.
We have a POC system using prefect. We just do "prefect server start" to start a local server, and "prefect agent start" on the same server to run the code. Everything works fine for weeks.
After some heavy load testing, we started to get error saying "Unexpected error: OSError(28, 'No space left on device') "
If we run our code directly using flow.run(), it works fine. But if the same code for flow.register(), it failed with "Unexpected error: OSError(28, 'No space left on device') "
We have tried to remove all images and clear docker volumes, but still getting this error. The disk space usage looks OK on that server.
Can someone help to shed some light on this issue? Thanks in advance