Volker L.

Results 46 comments of Volker L.

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. ![image](https://github.com/user-attachments/assets/3d49a26a-da56-41ef-aaaa-c5bcfe02796e) Code works as expected, when switching from sqlite3 to postgres. ![image](https://github.com/user-attachments/assets/a2d419c0-fd36-45dc-949a-d85f13938cd4)

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...