Skip to content

Commit

Permalink
Merge pull request #2106 from dandi/update-readme
Browse files Browse the repository at this point in the history
doc: update instruction to natively(locally) run Celery service
  • Loading branch information
mvandenburgh authored Dec 11, 2024
2 parents b97a870 + b6913bb commit 5bd5e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ but allows developers to run Python code on their native system.
2. `./manage.py runserver`
3. Run in a separate terminal:
1. `source ./dev/export-env.sh`
2. `celery --app dandiapi.celery worker --loglevel INFO --without-heartbeat -Q celery,calculate_sha256,ingest_zarr_archive -B`
2. `celery --app dandiapi.celery worker --loglevel INFO --without-heartbeat -Q celery,calculate_sha256,ingest_zarr_archive,manifest-worker -B`
4. When finished, run `docker compose stop`

## Remap Service Ports (optional)
Expand Down

0 comments on commit 5bd5e81

Please sign in to comment.