Mats Kindahl

Results 36 issues of Mats Kindahl

Check format of script files and generate an error if the format is not correct. Script files need to start with the extension name and be of the format `ext--1.0.sql`...

Support ingest of data in a similar way to how InfluxDB does it. InfluxDB is supporting data ingest [using HTTP though a write endpoint](https://docs.influxdata.com/influxdb/v1.8/tools/api/#apiv2write-http-endpoint) on the default port 8086. It...

enhancement

In preparation to support multiple different protocols we move the UDP-specific pieces of code to a separate module and keep generic worker code in the worker module. We also rename...

Ensure that we build Debian packages for releases. ## Tasks - [x] #21 - [x] #23 - [ ] Build and upload native Debian packages for Ubuntu 22.04 (ubuntu-latest) -...

CI/CD
packaging

## Situation Currently, the `worker_launch` function will register the background worker and wait for the process to start using `WaitForBackgroundWorkerStartup`. ## Problem The procedure above do not wait for the...

usability

Using `REASSIGN OWNED BY` for background jobs do not work because it does not change the owner of the job. This commit fixes this by capturing the utility command and...