You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,13 +73,9 @@ Webserver: Airflow Webserver role runs the Airflow Web UI. Webserver role can be
92
73
93
74
Scheduler: Airflow Scheduler role is used to schedule the Airflow jobs. This is limited to one instance to reduce the risk of duplicate jobs.
94
75
95
-
<<<<<<< HEAD
96
-
Airflow Flower: Airflow Flower is used to monitor celery clusters. Multiple instances are supported
97
-
=======
98
76
Worker: Airflow Worker role picks jobs from the Scheduler and executes them. Multiple instances can be deployed.
99
77
100
78
Flower Webserver: Flower Webserver role is used to monitor Celery clusters. Celery allows for the expansion of Worker Only one instance is needed.
101
-
>>>>>>> 11b39ebe4b384d6ad1c1735474123e5af2c8676a
102
79
103
80
Kerberos: Airflow Kerberos role is used to enable Kerberos protocol for the other Airflow roles and for DAGs. This role should exist on each host with an Airflow Worker role.
104
81
@@ -155,23 +132,13 @@ make dist
155
132
Update the `version` file before running `make dist` if creating a new release.
156
133
157
134
## Limitations:
158
-
<<<<<<< HEAD
159
-
1. The IP address of the RabbitMQ instance has to be manually entered during installation configuration.
160
-
2. After deploying configurations, there is no alert or warning that the specific roles needs to be restarted.
161
-
3. Only 'airflow.contrib.auth.backends.password_auth' mechanism is supported for Airflow user authentication.
135
+
1. After deploying configurations, there is no alert or warning that the specific roles needs to be restarted.
136
+
2. Only 'airflow.contrib.auth.backends.password_auth' mechanism is supported for Airflow user authentication.
162
137
163
138
## Future work:
164
139
1. Build RabbitMQ parcel.
165
140
2. Test Database connection.
166
141
3. Add the support for more Airflow user authentication methods.
167
-
=======
168
-
1. After deploying configurations, there is no alert or warning that the specific roles needs to be restarted.
169
-
2. Only 'airflow.contrib.auth.backends.password_auth' mechanism is supported for Airflow user authentication.
170
-
171
-
## Future work:
172
-
1. Test Database connection.
173
-
2. Add the support for more Airflow user authentication methods.
0 commit comments