Skip to content

Commit b630a4b

Browse files
committed
add overview image
1 parent e8cc0ec commit b630a4b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ We expose DAGs composed of a variety of tasks and sensors, which are exposed as
3232

3333
This setup provides maximal configureability with a minimal requirements on the machine (for example, no requirements on an existing `supervisord` daemon via e.g. `systemd`). It also lets you hook your own tasks into any step of the process. For example, if we detect a process has died in step (5), you could configure your own task to take some custom action before/instead of the default restart of step 6.
3434

35+
Here is a nice overview of the DAG, with annotations for code paths and the actions taken by Supervisor:
36+
37+
<img src="https://raw.githubusercontent.com/airflow-laminar/airflow-supervisor/main/docs/src/overview.png" />
38+
3539
More docs and code examples coming soon!
3640

3741
## How To: Use as a supervisord configuration frontend

docs/img/overview.png

436 KB
Loading

0 commit comments

Comments
 (0)