Skip to content

Commit ca1f575

Browse files
committed
Specify custom ulimit on nofiles to prevent infinite loop by billiard
Closes: #1488 See: celery/billiard#417
1 parent 958adbe commit ca1f575

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dandi/tests/data/dandiarchive-docker/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ services:
6767
environment:
6868
<< : *django_env
6969
DJANGO_DANDI_VALIDATION_JOB_INTERVAL: "5"
70+
ulimits:
71+
# https://github.com/celery/billiard/pull/417
72+
nofile:
73+
soft: 1000
74+
hard: 3000
7075

7176
minio:
7277
image: minio/minio:RELEASE.2022-04-12T06-55-35Z

0 commit comments

Comments
 (0)