Skip to content

Does the database connection verify or require SSL? #755

Answered by ewjoachim
paulzakin asked this question in Q&A
Discussion options

You must be logged in to vote

The Connectors ref doc spcifies what procrastinate does with the args (so you know exactly what arguments were forwared as-is to what underlying function and what arguments were modified by Procrastinate)

The healthcheck command lives in the procrastinate CLI, which we launch as an autonomous process. The CLI doesn't connect to a local running process of procrastinate. Consequently it executes the same code as other procrastinate processes. There's nothing done for sharing PG connection pools across different processes. (but then, given you have quite some control, on how connectors are setup, e.g. by providing your own pool, you can implement such a mechanism on your side if you want)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paulzakin
Comment options

Answer selected by paulzakin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants