Danilo Campana Fuchs

Results 40 issues of 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...

kind/Feature
valuestream/Meltano

### 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...

p2-nice-to-have

### 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...

bug

### 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...

bug 🔥

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

enhancement
good first issue

## 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...

enhancement

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...