Files
infix/src/execd
Joachim Wiberg 0edc2d5b70 execd: add support for SNN and KNN queue scripts
This change makes sure execd calls KNN style scripts before SNN,
allowing confd to post teardown jobs that are guaranteed to run
before any jobs to create new resources run.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2024-06-25 19:08:22 +02:00
..
2024-02-27 08:14:41 +01:00
2024-02-29 08:44:08 +01:00
2024-02-25 19:49:27 +01:00
2024-02-27 08:14:41 +01:00
2024-02-25 19:49:27 +01:00

Execute jobs on route changes

This is a generic job queue executor for work that needs network access.

For example creating a Docker container by downloading an image from the network -- if the download fails execd retries the job whenever there is a route change.