Skip to content

Commit

Permalink
Merge pull request #778 from dandi/enh-dandi-api-validation-interval
Browse files Browse the repository at this point in the history
Specify DJANGO_DANDI_VALIDATION_JOB_INTERVAL
  • Loading branch information
dchiquito authored Sep 30, 2021
2 parents 532ec1c + 177e878 commit fd0ee3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dandi/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ services:
"--app", "dandiapi.celery",
"worker",
"--loglevel", "INFO",
"--without-heartbeat"
"--without-heartbeat",
"-B"
]
# Docker Compose does not set the TTY width, which causes Celery errors
tty: false
Expand All @@ -78,6 +79,7 @@ services:
DJANGO_STORAGE_BUCKET_NAME: django-storage
DJANGO_MINIO_STORAGE_MEDIA_URL: http://localhost:9000/django-storage
DJANGO_DANDI_SCHEMA_VERSION:
DJANGO_DANDI_VALIDATION_JOB_INTERVAL: "5"
DANDI_ALLOW_LOCALHOST_URLS: "1"

minio:
Expand Down

0 comments on commit fd0ee3c

Please sign in to comment.