Please help me how to fix this issue. This is all ...
# show-us-what-you-got
s
Please help me how to fix this issue. This is all setup in aws ec2. Prefect is up and running the Python flow every 15 minutes and after 4 hours or so the flow is stopping, UI not accessible. Then I go to ec2 CLI and do "prefect server stop" and I get the below error OpenBLAS blas_thread_init: pthread_create failed for thread 1 of 4: Resource temporarily unavailable OpenBLAS blas_thread_init: RLIMIT_NPROC 63450 current, 63450 max
z
Hi @S K -- this channel is not for support. Please post in
prefect-community
instead.
This is a known bug -- https://github.com/PrefectHQ/prefect/issues/4114 should be resolved soon! In the meantime you can downgrade to avoid this.
s
Thanks @Zanie...my bad posted here by mistake, please see if you can move this to community thread. Also please advise how to downgrade the prefect version
z
pip install prefect==0.14.6
👏 1