Declarative feedback loop manager
Go to file
Tom Sydney Kerckhove 1a03cfcfc3 Initial commit
2022-03-05 15:12:28 +01:00
feedback Initial commit 2022-03-05 15:12:28 +01:00
nix Initial commit 2022-03-05 15:12:28 +01:00
.gitignore Initial commit 2022-03-05 15:12:28 +01:00
ci.nix Initial commit 2022-03-05 15:12:28 +01:00
default.nix Initial commit 2022-03-05 15:12:28 +01:00
README.md Initial commit 2022-03-05 15:12:28 +01:00
shell.nix Initial commit 2022-03-05 15:12:28 +01:00
stack.yaml Initial commit 2022-03-05 15:12:28 +01:00

Feedback loop

  • General feedback loop system for arbitrary files and commands.
  • I want to have a good idea of the current state of things:
    • Is something running or not?
    • How many runs are queued?
    • Is it blocking on CPU, on memory, on network?
  • Clear previous feedback next time.
  • Make it possible to queue feedback and cancel the previous one.
  • Low latency between change and rerun.
  • Cancelling failed feedback loops from before.