Jason Boorn
10/22/2021, 8:22 PMGabriel Milan
10/22/2021, 8:43 PMDavid Bokor
10/23/2021, 2:44 AMJoe Still
10/25/2021, 1:27 PMJason Boorn
10/25/2021, 6:46 PMAdam Lewis
10/25/2021, 10:27 PMSimon Gasse
10/26/2021, 11:49 AM.prefect_result
files. Is there an automated way in Prefect to clear all data older than a certain date, or do we have to rely on S3 for that?Sylvain Hazard
10/26/2021, 12:36 PMOliver Catterson
10/26/2021, 5:06 PMHarish
10/27/2021, 3:17 AMChristopher Chong Tau Teng
10/27/2021, 8:27 AMCouldn't connect to *Prefect Server* at *<http://localhost:4200/graphql>*
.
It’s mentioned here that the public IP of the VM should be used, but my VM doesn’t have any public IP.Sylvain Hazard
10/27/2021, 10:15 AMPrasanth Kothuri
10/27/2021, 4:59 PMJovan Sakovic
10/28/2021, 1:29 PMPeter Peter
10/28/2021, 2:46 PMm
10/28/2021, 3:53 PMPaul Schale
10/28/2021, 11:43 PMError response from daemon: Ports are not available: listen tcp 127.0.0.1:5432: bind: address already in use
. I’ve tried restarting the computer, reinstalling docker desktop, and making a fresh conda environment with a fresh installation of prefect, but the error persists. When I run lsof -i:5432
, I get no output. Any ideas for next troubleshooting steps?Alexis Lucido
10/29/2021, 8:36 AMLon Nix
10/29/2021, 2:10 PMSam Werbalowsky
10/29/2021, 2:37 PMRafael Sá
10/29/2021, 2:55 PMPrasanth Kothuri
10/29/2021, 5:03 PM--volume
flag, not sure if I am doing it correctly here, what is the best practice ?Mike Lev
10/31/2021, 2:02 PMprefect server start
any full examples of such use cases or best practices?
just for additional context running into some issues while working inside of a devcontainer where access to localhost
is klunky
if possible is there a sample flow file that shows how to run and deploy the flow on the server backend?Alec Koumjian
11/01/2021, 6:31 PMserver
here: https://docs.prefect.io/core/examples/overview.html#running-with-prefect-cloud-or-server
But running the jobs results in
Failed to load and execute Flow's environment: ValueError('Flow is not contained in this Storage')
I'm running everything on a local agent to start. What obvious thing am I missing? Thanks in advance.Lon Nix
11/01/2021, 9:32 PMprefect server create-tenant --profile dev
Lon Nix
11/02/2021, 2:41 AMserverVersionTag
is used for the apollo, graphql, and towel services
but the graphql image comes from the hasura repo on dockerhub, not the prefecthq one so the versioning is different. Is this a mistake or am I missing something?Lon Nix
11/02/2021, 8:58 PMFailed flows
section of the dashboard. I can't find any errors in pod logs
Something went wrong while trying to fetch failed flow information. Please try refreshing your page. If this error persists, return to this page after a few minutes.
Lon Nix
11/02/2021, 11:27 PMFROM prefecthq/prefect:latest
RUN apt update && apt install -y openssh-client
I feel like someone else has to have made this and put it out on dockerhub already. I know, I'm being lazy. 🙂Christopher Chong Tau Teng
11/03/2021, 6:34 AMprefect server config
, is there any way I can configure the UI service to start in other port than 8080 in the container?
I don’t mean port mapping to docker host 8080:8080 here. I mean the port that UI service runs at in the container itself. Perhaps through some environment variables like UI_PORT?Architha Rao
11/03/2021, 11:31 AM