Skip to content

Commit

Permalink
Update min version of python-deamon to fix containerd file limits (#2…
Browse files Browse the repository at this point in the history
…9916)

Recent change in the new containerd causes memory exhaution as
huge amount of memory were used by python-daemon when starting,
thus running Airflow in Docker for multiple OS-es using the new
containerd was impossible without implementing some workarounds.

Python daemon fix has been released in 3.0.0 version in response to
https://pagure.io/python-daemon/issue/72 and we should add min
version for the package to make sure the new version is used.

Fixes: #29841
(cherry picked from commit c8cc49a)
  • Loading branch information
potiuk authored and pierrejeambrun committed Mar 8, 2023
1 parent 8c2be61 commit 867c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ install_requires =
psutil>=4.2.0
pygments>=2.0.1
pyjwt>=2.0.0
python-daemon>=2.2.4
python-daemon>=3.0.0
python-dateutil>=2.3
python-nvd3>=0.15.0
python-slugify>=5.0
Expand Down

0 comments on commit 867c408

Please sign in to comment.