Joachim Jablon
Joachim Jablon
Yep, [3.1.18](https://github.com/procrastinate-org/procrastinate/blob/main/poetry.lock#L893)
I’m not on my computer to flesh out a complete answer but I’m pretty sure it’s a `__pycache__` issue. We should open a different issue for that
Ok, the migration issue is solved in https://github.com/procrastinate-org/procrastinate/pull/941. Now back to the connection issue. Anything you can share to help investigation is highly appreciated :)
> And looking at [`2.0.0b1` (release)](https://github.com/procrastinate-org/procrastinate/releases/tag/2.0.0b1) - it looks like it is behind on main but a bunch of commits - is it force cutting a new beta release maybe...
BTW, instead of: ```python connector = procrastinate.PsycopgConnector( kwargs={ "host": environ["POSTGRES_HOST"], "user": environ["POSTGRES_USER"], "password": environ["POSTGRES_PASSWORD"], "port": environ["POSTGRES_PORT"], "dbname": environ["POSTGRES_DB"], } ) x = app.with_connector(connector) ``` it might be worth trying: ```python...
> Dumb question - I don't see a release on pypi for the next version? Dammit, the workflow had failed. I https://github.com/procrastinate-org/procrastinate/actions/runs/7942921413/attempts/1 Second attempt worked: https://github.com/procrastinate-org/procrastinate/actions/runs/7942921413/job/21737931035 > Also, what is...
@paulzakin > Are you expected to install aiopg to get this to work? Ah indeed, I could have made it clearer in the docs, and you're right that it might...
@hyusetiawan your comment makes me think that you're probably using the last stable release v1.1.2, while this issue is (sorry, unclearly) about the v2 beta. As far as I can...
Well... It was not stated on the title at the time of your comment :) 
[v2.0.0b3](https://github.com/procrastinate-org/procrastinate/releases/tag/2.0.0b3) is [out](https://pypi.org/project/procrastinate/2.0.0b3/), you can re-test.