Skip to content

Commit 46a4db1

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ services:
6767
environment:
6868
<< : *django_env
6969
DJANGO_DANDI_VALIDATION_JOB_INTERVAL: "5"
70-
70+
ulimits:
71+
# https://github.com/celery/billiard/pull/417
72+
nofile:
73+
soft: 1000
74+
hard: 3000
7175
minio:
7276
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
7377
# When run with a TTY, minio prints credentials on startup

0 commit comments

Comments
 (0)