Skip to content

Commit

Permalink
upgrade pandas (#272)
Browse files Browse the repository at this point in the history
* upgrade pandas

* add note re run_duration
  • Loading branch information
max-sixty authored Mar 14, 2019
1 parent 2fc8712 commit d2b5302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker/airflow/airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ heartbeat_sec = 5

# after how much time should the scheduler terminate in seconds
# -1 indicates to run continuously (see also num_runs)
# Note from Sixty: This causes the pod to restart every ten min
# This doesn't have any adverse effects, but can look like there's a probelm
# We can remove this after 1.10.2: https://github.com/apache/airflow/blob/master/UPDATING.md#remove-run_duration
run_duration = 600

# after how much time a new DAGs should be picked up from the filesystem
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numexpr
numpy
pandas-datareader
pandas-gbq
pandas==0.24.1
pandas==0.24.2
python-dateutil
pytz
scipy
Expand Down

0 comments on commit d2b5302

Please sign in to comment.