Hi, a Prefect agent we've been running for >2 m...
# prefect-docker
j
Hi, a Prefect agent we've been running for >2 months with no changes to suddenly stopped, with the following error. I exported the environment variables (where we are holding the prefect api_key and url values) and they are the correct values. Any idea why this suddenly is failing? The dockerfile used to deploy the prefect agent is using "FROM prefecthq/prefect:2-python3.10" The environment variables haven't changed as well. Locally running the prefect agent works fine
Found the issue - we had introduced a file called entrypoint.sh in our code. It conflicted with opt/prefect/entrypoint.sh. Renaming it worked.