Jonas Krüger Svensson
Jonas Krüger Svensson
Hmm. If we want cron jobs to inherit worker settings, I guess we could add them after this [line]( https://github.com/samuelcolvin/arq/blob/main/arq/worker.py#L508) if they are `None`? ```python function: Union[Function, CronJob] = self.functions[function_name]...
Tried to re-run tests many times now, they refuse to pass.. I'll try to look into it ASAP. EDIT: These don't fail locally either..
EDIT: Fixed in #382 Old message: Hey @samuelcolvin, seems like `pytest-asyncio==0.20.3` should fix broken pipelines, according to https://github.com/pytest-dev/pytest-asyncio/issues/460. I tried to uprev these dependencies locally, but never used `pip-tools` and...
Seems like new PRs magically got pipelines running again 🤷♂️😁
Seems reasonable to me. I can fix / review tomorrow if @samuelcolvin accepts the request.
Maybe @iamlikeme who built tz aware cron jobs has any insight here? 😊 I won't be able to look into this for a while.
PRs with tests always welcome 🙏
Thanks for the PR 😊 Would love a test so we ensure it won't happen again.
I haven't been able to use Pydantic v2 personally, but as far as I know, it is supported? What does not work for you? https://github.com/Intility/fastapi-azure-auth/pull/144
I agree, I do want to migrate to v2 fully. Right now there is a version supporting both, but I'll probably only support v2 going forward(and release a v5), only...