Volker L.
Volker L.
Hi guys, any updates on this? Thanks
This is how i got it working. - Removed the `[tool.uv.sources]` from the pyproject.toml - Run `uv lock` before `uv sync` or `uv add`.
Hi guys, unfortunately, this issue isn´t solved for me yet. `uv lock` solves the problem sometimes. Unfortunately, it is completly unpredictable when and how this works. @zanieb Can you please...
@zanieb I´ve updated uv and it seems to work now. Thanks a lot!
Thanks for the quick reply. I´ll give it a try!
I´ve upgraded apscheduler to current `master`. The problem still exists.  Code works as expected, when switching from sqlite3 to postgres. 
For sure. I´ll definitly use postgres in my production environment. But I´ve came across this bug during my testing. :-) Thanks you very much for developing this fantastic lib.
Hi @agronholm are there already any updates? Thanks
> For the record, sqlite3 is a pretty bad choice when you need concurrency. But this shouldn't be happening regardless, so I'll try to reproduce the problem locally and investigate....
@agronholm Maybe I can have a look into the code and try to fix this issue. Can you point me to the relevant parts in the code? How does the...