Kevin Kupski

Results 13 comments of Kevin Kupski

I just updated to v0.12 and still get the same issues even if using multiple secrets and also with the DNS01 method. As soon as they contain the same domain,...

It seems this migration was added out of order. I ran into the same issue. The reason for this is that the migration `20220714175322_destination_calendar_one_to_many_bookings` already ran which removes the `bookingId`...

The `Build and push image to DockerHub` action in this repository also fails. Looks like [this build](https://github.com/calcom/docker/actions/runs/8353664924) was the last one, which succeeded.

Unfortunately not. Still stuck after `INFO:procrastinate.worker.worker:Stop requested`. I started Procrastinate via CLI: `poetry run python -m procrastinate --app src.procrastinate.app worker --concurrency=5 --shutdown-graceful-timeout=5`

Thank you for your swift responses – very much appreciated. Since you did not have an idea straight away, I had a deeper look at the issue. When debugging, the...

It seems that Procrastinates behaves as I would expect it when wrapping the Connector functions into a timeout: ``` import logging from contextlib import contextmanager from datetime import timedelta from...

I also used [pool-3.2.6](https://github.com/psycopg/psycopg/releases/tag/pool-3.2.6) with [3.2.5](https://github.com/psycopg/psycopg/releases/tag/3.2.5), so latest versions. I also tested all the possible timeout parameters with the same result that you mentioned. Thanks for sharing your view on...

@bojunehsu thank you for the feedback and the hint about [json_stream](https://github.com/daggaz/json-stream). Will have a look into that. 👍

@marekratho unfortunately the issue got deprioritized internally, so I did not yet try to implement the workaround.

Please refrain from just posting +1 without new/additional information – instead show your support by clicking "👍" in the issue description. Otherwise everybody who subscribed gets a notification and needs...