Chris White
Chris White
I feel like we're getting close! Here are the two pieces of info you'll need: - you can disable the scheduler by setting the environment variable / Prefect setting `PREFECT_SERVER_SERVICES_SCHEDULER_ENABLED=False`...
Hey @bjorhn ! Is your worker implementation in a state that you'd be comfortable sharing? Another group is building out a new worker type soon and I'd love to use...
@Arthurhussey and @Thalaivar would you mind trying your examples after updating your `.load` method calls to include `_sync=True`? E.g., ```python storage = S3Bucket.load("orb-prefect", _sync=True) ``` I am wondering if the...
Makes sense, and seems potentially doable using something like https://git-scm.com/docs/git-sparse-checkout
Hi @tothandor, thanks for the bug report! Could you confirm two things for me: - are you running a server with `prefect server start`? - if so, what version of...
Hey @lucasdepetrisd -- the `ValueError` is unrelated; we will suppress this in a release soon. Tasks always look up their configured result persistence location, and if a result is found...
Hi @david-gang is there a reason you expect a distributed lock that works across machines and environments to be roughly the same speed as a lock that only works within...
Pendulum is also holding us back from 3.13 support at the moment (ref issue: https://github.com/pydantic/pydantic-extra-types/issues/239).
Would be curious to see how this looks in Python 3.13 specifically
Thanks for opening this issue @cbrown1234! Will update here on progress, should be doable for the next release (next week).