Joachim Jablon
Joachim Jablon
(Pyright is not working on main, we'll need to fix it before we can merge, sorry about that)
Main is fixed, if you can rebase, PR should be green :) (I'd do it but while repo maintainers can add commits, we can't force-push, and I'd like to avoid...
Closed by #1103
This looks similar to https://github.com/procrastinate-org/procrastinate/issues/702 which we wanted to tackle in https://github.com/procrastinate-org/procrastinate/issues/740 with heartbeats EDIT: well, no, timeouts and retrying are different. It's close but not the same. I'll try...
I think you're right in that the manager doesn't git access to the "Events" table. I think what would make the most sense is the ability to inspect the events...
I think you're right, except if you use Django. When we worked on the migration system, we wanted to keep it a bit minimal to avoid tying to a specific...
We could, but... I don't like doing in one lib things that [I feel] might get quite complicated and is something complex enough that I would imagine there would be...
Sorry :) Maybe I'll reconsider at some point. I understand your point, but this is a one-person volunteer lib until more people step in, and not my only open-source commitment,...
I wonder how much of the community doesn't use either Django nor Alembic. Would it be acceptable to provide [Alembic](https://alembic.sqlalchemy.org/en/latest/) migrations alongside with Django and it would be enough for...
In our own tests, we use [migra](https://github.com/procrastinate-org/procrastinate/blob/main/tests/migration/test_migration.py#L23). As you can see I have to do all sort of shenanigans when importing it because it seems unmaintained, and also based on...