We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826493f commit f648476Copy full SHA for f648476
README.md
@@ -10,7 +10,7 @@ This repository allows you to install [Apache Airflow](https://airflow.apache.or
10
11
### Currently Supported Versions of Airflow
12
- Airflow 1.9.0
13
-- Airflow 1.10.0
+- Airflow 1.10.3
14
15
### Currently Supported Operating Systems
16
- CentOS/RHEL 6 & 7
src/scripts/stop_airflow_scheduler.sh
@@ -1,5 +1,2 @@
1
-<<<<<<< HEAD
2
-=======
3
#!/bin/bash -x
4
->>>>>>> 11b39ebe4b384d6ad1c1735474123e5af2c8676a
5
for pid in `ps -ef | grep -v "grep" | grep "airflow scheduler" | awk '{print $2}'` ; do kill -9 $pid || true ; done
0 commit comments