Skip to main content

45 posts tagged with "Devops"

View All Tags

Traefik Timeout in GitLab CI Pipeline

· One min read
Stephan Hochdörfer
Head of IT Business Operations

Recently, failures occurred randomly in our GitLab CI pipelines when pushing docker images to our internal Docker registry.

In the GitLab CI output, all I saw was the following error:

error parsing HTTP 499 response body: invalid character 'C' looking for 
beginning of value: "Client Closed Request"

Fixing Magento warning MySQL innodb_buffer_pool_size

· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

While checking the Magento log files of a Magento instance we recently migrated, I came across the following MySQL warning:

Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size 
or decrease batch size value (which decreases memory usages for the temporary table).
Current batch size: 417; Allocated memory size: 40032000 bytes; InnoDB buffer pool size: 134217728 bytes.

Why Nomad?

· 3 min read
Stephan Hochdörfer
Head of IT Business Operations

Hashicorp Nomad is a simple and flexible scheduler and orchestrator that helps organizations reduce operational overhead and maximize infrastructure usage. We've been using Nomad to run our internal workloads since about 2018.