We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc8712 commit d2b5302Copy full SHA for d2b5302
2 files changed
docker/airflow/airflow.cfg
@@ -313,6 +313,9 @@ heartbeat_sec = 5
313
314
# after how much time should the scheduler terminate in seconds
315
# -1 indicates to run continuously (see also num_runs)
316
+# Note from Sixty: This causes the pod to restart every ten min
317
+# This doesn't have any adverse effects, but can look like there's a probelm
318
+# We can remove this after 1.10.2: https://github.com/apache/airflow/blob/master/UPDATING.md#remove-run_duration
319
run_duration = 600
320
321
# after how much time a new DAGs should be picked up from the filesystem
docker/requirements.txt
@@ -21,7 +21,7 @@ numexpr
21
numpy
22
pandas-datareader
23
pandas-gbq
24
-pandas==0.24.1
+pandas==0.24.2
25
python-dateutil
26
pytz
27
scipy
0 commit comments