Skip to content

Instantly share code, notes, and snippets.

View kbakk's full-sized avatar

Kristoffer Bakkejord kbakk

View GitHub Profile
@kbakk
kbakk / README.md
Last active July 22, 2022 16:06
docker-nfs-server-kubernetes

Note: change hostPath in nfs-server-deployment-service.yaml.

@kbakk
kbakk / README.md
Last active October 26, 2021 12:40
Cancelling subprocess - getting proper return code

Manually (ctrl+c) cancelling

python child.py
Sleeping
.
.
.
.
^CReceived 2 , exiting 10
@kbakk
kbakk / .gitignore
Last active January 12, 2021 09:40
PyZeebe and FastAPI hanging thread issue
.venv
@kbakk
kbakk / README.md
Created November 3, 2020 12:30
PyZeebe and FastAPI

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run