nate nowack
nate nowack
### Bug summary this test often flakes for unclear reasons ### Version info (`prefect version` output) ```Text n/a ``` ### Additional context _No response_
allowing those hosting a prefect server to pass the `uvicorn` workers for potential performance improvements
turns out I missed a rather obvious way to do this more cleanly, such that we dont need a method outside the class that effectively takes `obj: Self`
### Bug summary [example](https://github.com/PrefectHQ/prefect/actions/runs/10891250833/job/30221761383) ``` FAILED tests/test_tasks.py::TestTaskTimeouts::test_task_timeouts_do_not_crash_flow_runs - AssertionError: assert 'Completed' == 'TimedOut' ``` ### Version info (`prefect version` output) ```Text n/a ``` ### Additional context _No response_
### Describe the current behavior The current [Deployment overview documentation](https://docs.prefect.io/3.0/deploy/index) is too technical and not beginner-friendly. It focuses on showing the Deployment schema and explaining every field, which seems more...
closes https://github.com/PrefectHQ/prefect/issues/15971 I'm happy to remove this new CI job I used to repro, but it wont run unless we change the filesystem utils anyways
closes https://github.com/PrefectHQ/prefect/issues/16009 as described in the linked issue, we were writing result metadata files to the `cwd` when using a ray task runner because child processes would get a `None`...
not sure if `client` was meant to be exported top level but it seems `Client` should be from readme and the init also was getting partially unknowns in `mount` because...
[askmarvin.ai](askmarvin.ai) is still valid for features carried from 2.x (cast, extract, fn, classify, generate etc) but we have updated `docs/` that we need to publish to askmarvin.ai
This is a long-lived GitHub issue to track breaking changes resulting from the 3.0 release - https://github.com/PrefectHQ/marvin/issues/1073 - use `rm -rf ~/.marvin.db` to delete your old database (or back it...