Danilo Campana Fuchs
Danilo Campana Fuchs
### Feature scope CLI (options, error messages, logging, etc.) ### Description I would like to log Meltano errors to Sentry, to be notified when our periodic ELT breaks. Currently we...
### Clear and concise description of the problem We use [testcontainers](https://testcontainers.com/) to run our integration tests with a live PostgreSQL database, in 5 parallel workers All these DBs must be...
### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug The...
### Description We really like using class services in our tRPC router, as it avoids the need for passing `client` to every request As it is server side, we don't...
Is there a way to wait until there are no listeners running? Context: We listen for SIGTERM, and shutdown services in the following order: 1. HTTP Client 2. Job Queues...
Since pg-boss 10, purge was renamed to `drop` Also, `monitor` and `supervise` were not declared
**Expected Behaviour** We want to replicate the profile we use for deploying a chromium container using https://github.com/Zenika/alpine-chrome We use the flag `--security-opt seccomp=$(pwd)/chrome.json` **Actual Behaviour** Cannot add this flag
## Before creating a feature request make sure the suggestion fit within our [principles](https://fvm.app/docs/#principles) **Is your feature request related to a problem? Please describe.** On each flutter update, fvm must...
Closes https://github.com/timgit/pg-boss/issues/520 Implements a new flag in `new PgBoss()`, `queue` and `job` This flag limits the exponential backoff to the desired delay, in seconds. I decided to only apply its...
It would be nice to have an option to limit exponential backoff to some degree or duration. For instance, we have a process with high likelihood of resolving within 10...