Marion Sauvage
01/05/2023, 10:17 AMError occured when trying to create new work queue
in a 405 response for a request to
<http://xx.xx.xx.xx:4200/xx.xx.xx.xx:4200/api/work_queues/>
We use this Dockerfile to run the server:
FROM python:3.9.16
RUN pip install prefect prefect[aws]
RUN prefect config set PREFECT_API_URL=http:/xx.xx.xx.xx:4200/api
CMD ["prefect", "orion", "start", "--host", "0.0.0.0"]
Thanks a lot for your help !Danilo Drobac
01/05/2023, 3:52 PMAymeric Alixe
01/05/2023, 4:23 PMDanilo Drobac
01/05/2023, 4:47 PMAymeric Alixe
01/05/2023, 5:08 PMDanilo Drobac
01/05/2023, 7:47 PMAymeric Alixe
01/06/2023, 8:54 AMBenoît Linsey-Fazi
01/06/2023, 11:11 AM