Phillip Shearin
11/12/2025, 3:11 PMTri
11/13/2025, 4:54 PMhambone johnston
11/13/2025, 8:15 PMhambone johnston
11/13/2025, 8:16 PMalex joyce
11/14/2025, 6:34 AMNathan Low
11/14/2025, 2:57 PMJordan Jones
11/14/2025, 4:18 PMSergio Luceno
11/14/2025, 5:17 PMKevin Hu
11/14/2025, 5:51 PMChu
11/14/2025, 7:42 PMresult_storage from the parent flow, even if the subflow had its own result_storage set?Sơn Lê
11/15/2025, 10:01 AMLucas
11/17/2025, 3:09 AM@task annotation will hide those parameters from the typechecker. e.g., this code will not throw an error:
@task
def example_task(b: bool):
return False
@flow
def example_flow():
return example_task()
Is this expected behavior? Did I misconfigure something?Lucas
11/17/2025, 3:26 AMFabio Geraci
11/17/2025, 12:14 PMTobias Graml
11/17/2025, 1:36 PMNathan Low
11/17/2025, 8:49 PMJake Kaplan
11/18/2025, 1:08 AMAmrit Amar
11/18/2025, 5:55 AMexec /usr/bin/tini: exec format error I got the PREFECT in ASCII and then nothing which I imagine is because the Prefect Task/RunId is invalid? I'm not sure what to make of the entire thing and I am at a loss of what to do from here.František
11/18/2025, 9:29 AM- name: other
description: XXX
entrypoint: XXXX:build_other
schedules:
- cron: "0 6 * * *"
timezone: "Europe/Prague"
active: true
parameters: {}
work_pool: *transformations
pull: *work_dir
concurrency_limit:
limit: 1
collision_strategy: "CANCEL_NEW"Khoa Phan
11/18/2025, 3:15 PMprefect/runner/storage.py I have to setup the token as oauth2:<token>@gitlab.corp-name/group/project.git However this does not work and i keep getting error 128. Any idea how to resolve this one? Or maybe some workaround that does not depends on pulling perhaps ?Tomáš Řehák (realrehi)
11/18/2025, 3:53 PMlog etc. We found e.g. the PREFECT_EVENTS_RETENTION_PERIOD="2d" for events table. But is there any good "Overall Retention" setup guide?Liam Shalon
11/19/2025, 1:49 AMDaniel
11/19/2025, 1:08 PMTom Han
11/19/2025, 5:31 PMFailed to pull from remote:
Cloning into '/tmp/tmp0h4b39iiprefect'...
fatal: unable to access '<https://github.com/org/repo.git/>': Failed to connect to <http://github.com|github.com> port 443 after 131017 ms: Couldn't connect to server
errors on most of my deploymentsMatt Liu
11/21/2025, 12:04 AMprod tag but child flows not.
anyone with the same issue?
during daytime its fine. super weird.Mattijs
11/21/2025, 8:48 AMSrijith Poduval
11/21/2025, 9:20 PMLucas
11/23/2025, 6:20 PMprefecthq/prefect:3-latest docker image using the latest UX? It looks different from the prefect cloud UX, but I could be wrongLoup
11/23/2025, 7:37 PMEPM Admin
11/23/2025, 7:51 PM