Andrew P
05/12/2023, 3:29 PMlogging
library (or stdout/stderr)? We don't want the prefect dependency and get-flow-logger calls in all of our business logic code, but it'd be nice to see debug and error code in the prefect cloud consoleJason Motley
05/12/2023, 3:34 PMAsh
05/12/2023, 4:27 PMSindhu Donthula
05/12/2023, 5:35 PMJean-Michel Provencher
05/12/2023, 6:05 PMKirill Egorov
05/13/2023, 7:38 AMMatthew Tamayo-Rios
05/13/2023, 8:16 AMMarius Vollmer
05/13/2023, 12:05 PMpath
and entrypoint
so that the central template becomes unique deployments in remote storage. Unfortunately, I am currently failing with FileNotFoundError.
Example deployment and error message can be found in the thread.
What am I missing/doing wrong? Thanks in advance for any hints!Kevin Lloyd Esguerra
05/14/2023, 5:07 AMSimon Rascovsky
05/14/2023, 5:44 AMjuana
05/14/2023, 10:42 PMException: PrefectHTTPStatusError("Client error '404 Not Found' for url '<http://ephemeral-prefect/api/task_runs/4d756c49-c449-4729-94a9-a7729d78e160/set_state>'\nResponse: {'exception_message': 'Task run with id 4d756c49-c449-4729-94a9-a7729d78e160 not found'}\nFor more information check: <https://httpstatuses.com/404>")
Ouail Bendidi
05/15/2023, 7:20 AMinfra_overrides
in workers ?
We use a default config in an ECSTask
and override with the docker image we want to use, Not sure how to have the same with workers ?Florent VanDeMoortele
05/15/2023, 8:38 AMTomer Friedman
05/15/2023, 12:10 PMOpenTelemetry
(Its the last part of our micro-service architecture thats missing it)
I was looking online and only managed to find a single old thread and one attempt that doesn't look working/maintained.
Anyone tried this? Know if its doable even?
• It would require passing the Open Telemetry trace id from a parent flow to each of its subflows/tasks. Prefect run context which might be an option for this does not appear to allow additional fields.
• The tasks/flows themselves would also need to be instrumented of course
Would appreciate any help 🙏
Thanks allGregory Hunt
05/15/2023, 2:13 PMsjammula
05/15/2023, 3:24 PMsignals
is changed to which supported format?I need to raise exceptions failed states.Please do provide the needful infoZachary Loertscher
05/15/2023, 3:25 PMKirill Egorov
05/15/2023, 3:42 PMSam Cox
05/15/2023, 3:44 PMNasr Mohamed
05/15/2023, 3:49 PMTomas Moreno
05/15/2023, 4:22 PMCynot
05/15/2023, 6:19 PMprefect deployment build ./myflow.py:my_flow -n docker-testing -sb github/test-repo -ib docker-container/testing
I get the error `RuntimeError: Unable to load 'testing' of block type None due to failed validation. To load without validation, try loading again with validate=False
.` I created the docker container block in the UI and I'm not sure what kind of "validation" I'm missing (or why it says of block type None
). Any advice on how to get past this? EDIT: I am using Prefect Cloud btwjuandavidlozano
05/15/2023, 7:24 PMkasteph
05/15/2023, 8:16 PMEvan
05/15/2023, 8:49 PMOfir
05/15/2023, 9:17 PM✗ Critical severity vulnerability found in curl/libcurl3-gnutls
Description: Cleartext Transmission of Sensitive Information
Info: <https://security.snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493>
Introduced through: git@1:2.30.2-1+deb11u2
From: git@1:2.30.2-1+deb11u2 > curl/libcurl3-gnutls@7.74.0-1.3+deb11u7
This comes from Prefect’s Dockerfile line 101:
https://github.com/PrefectHQ/prefect/blob/main/Dockerfile#L101
Is Git actually needed and used within the Prefect server / Prefect agents? If so, why?
Can I remove it or will it break Prefect?Dave Wei
05/15/2023, 9:21 PMshekhar koirala
05/15/2023, 10:07 PM| INFO | Flow run 'dJhUY-64621fc68e5d1ff93022ff8a' - Downloading flow code from storage at '/usr/src/app'
I know there is not any large files. and there is no error , the agent only output this error. Any help on how to debug it ?Cynot
05/16/2023, 11:16 AMNimesh Kumar
05/16/2023, 12:00 PMCrash detected! Execution was interrupted by an unexpected exception: httpx.HTTPStatusError: Client error '404 Not Found' for url '<http://orion-url/api/task_runs/24fd3ed1-78e5-49b2-84ab-ea42c385c942/set_state>'
For more information check: <https://httpstatuses.com/404>
I stated inference in 500 inputs, and after sometime it gets crashed.
some of the ques i have is.
1. Why it gets crashed, is it because I gave 500 inputs and prefect server fail to handle it.
2. If it gets crashed, is there any mechanism to handle this.
3. And I am using Kubernetes as infrastructure
Can anyone help me please