Skip to content
#

infrastructure-management

Here are 94 public repositories matching this topic...

jouve
jouve commented Jun 3, 2021

Description

let's say I have an apache process group I want to control.

  • when using supervisord.running, the name must be apache:* (which is the same notation used by supervisor)
  • when using supervisord.dead, the name must be apache: (without the *)

As both states mirror each other, I expect them to use the same convention for name, the one from running since it

clutch
mikecutalo
mikecutalo commented Dec 14, 2020

Description

Build a generic retry library, with a redeeming quality of being observable such as logging and stats. The motivation behind this issue is that client libraries such as the aws-go-sdk have retry-able functionality built in however its not possible observe these retries or why the client library is even retrying at all.

This retry library should implement all of the basic re

Improve this page

Add a description, image, and links to the infrastructure-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure-management topic, visit your repo's landing page and select "manage topics."

Learn more