Ratnadeep Debnath
Ratnadeep Debnath
This adds sentry nulecule application on Docker and Kubernetes providers.
This change is related to config refactor in atomic app, which now generates unique section names in answers file by concatenating names from parent Nulecule to the child nulecule/graph item...
Shortcomings with current answers/params structure towards implementing nested Nulecule application
# Problem statement The way it is now, Nulecule apps are not that reusable. It's easier for us to add dependencies internally, rather than, add external dependency. This can be...
## Problem statement Docker compose is, in many ways, analogous to a Nulecule file. Services in Docker compose YAML file is analogous to items in the `graph` in a Nulecule...
Currently, thanos-receive-controller uses the same label to watch receiver pods and update them on hashring changes. However, in a Thanos receiver router and ingestor setup (https://thanos.io/tip/proposals-accepted/202012-receive-split.md/), while we need to...
This change allows users to optionally specify a different label (than the one used to watch receiver pods) for annotating pods on hashring change. This is useful in a separate...
### Description When running a taskiq worker that spawns subprocesses, KeyboardInterrupt exceptions are not being caught and handled as expected. This results in an unhandled exception traceback being printed when...