pvbouwel
pvbouwel
*Issue #, if available:* Related to https://github.com/awslabs/amazon-redshift-utils/issues/546 (no exact match but other code paths seem to have been taken care of already. *Description of changes:* When no audit log is...
### The following program `uber.go` triggers an unexpected result ```go package main import ( "fmt" "time" "go.uber.org/zap" "go.uber.org/zap/zapcore" ) func NewLogger(logLevel string) (*zap.Logger, error) { config := zap.Config{ Encoding: "json",...
The vacuum implementation is causing a leak on Traefik v3 By allowing to disable the vacuum process certain use cases can avoid the issues caused by a memory leak as...
This plugin was working fine on Traefik v2 but when we upgraded to Traefik v3 we had a problem of memory consumption growing. While it is an issue it is...
Allow uploading artifacts using: ``` from openeo.extra.artifacts import ArtifactHelper artifact_helper = ArtifactHelper.from_openeo_connection(connection) storage_uri = artifact_helper.upload_file(object_name, src_file_path) presigned_uri = artifact_helper.get_presigned_url(storage_uri) ``` Where object_name is a logical string name that will be...
### What happened? - [x] ✋ I have searched the open/closed issues and my issue is not listed. Our spark applications were not getting executors. ### Reproduction Code I do...
### Feature description GDAL supports configuration options `GDAL_HTTP_MAX_RETRY` and `GDAL_HTTP_RETRY_CODES` to deal with intermittent issues. The VSICurlHandle::ReadMultiRange code path (gdal/port/cpl_vsil_curl.cpp#L2626) does not have retry logic. Given that the code path...