Skip to content

Commit d2b5302

Browse files
authored
upgrade pandas (#272)
* upgrade pandas * add note re run_duration
1 parent 2fc8712 commit d2b5302

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docker/airflow/airflow.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ heartbeat_sec = 5
313313

314314
# after how much time should the scheduler terminate in seconds
315315
# -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
316319
run_duration = 600
317320

318321
# after how much time a new DAGs should be picked up from the filesystem

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ numexpr
2121
numpy
2222
pandas-datareader
2323
pandas-gbq
24-
pandas==0.24.1
24+
pandas==0.24.2
2525
python-dateutil
2626
pytz
2727
scipy

0 commit comments

Comments
 (0)