Benjie
Benjie
> Having dead records around is a feature not a bug in our books It's definitely a bug; over time these will eat into your job queue performance - you...
Ah, that would make sense! Thanks for following up. Can you confirm the specific version of Graphile Worker you are using?
Ah you said already you're using the canary. Okay that should be enough for me to try and reproduce it 👍
I cannot reproduce this, and tracing the code I see no reason why LISTEN/NOTIFY would stop working - it should go offline for at most 90 seconds.
Those logs are harmless information. I've just read through their related source code, and they're part of error recovery mechanisms - they should not interfere with `LISTEN`/`NOTIFY`. 🤔 Maybe we've...
Still cannot reproduce this, but I've released v0.17.0-rc.0 which adds more logging 🤷♂️
If I understand what you're saying correctly then I disagree with you @enisdenjo. I'm writing this without yet reading the PR changes, because I want to get my thoughts straight...
It probably makes sense to add it to `beforeAllMigrations` too, just to ensure it's always up to date before your migrations take place. I'm not sure about the envvars. >...
I've moved this to the (more relevant) migrate repo.
It'd probably make sense to give the `_: "command"` entries an `env` dict that can be used to affect the environment. Maybe something like: ```json5 { "_": "command", "command": "npx...