Skip to content

Commit

Permalink
doc: update instruction to natively(locally) run Celery service
Browse files Browse the repository at this point in the history
Update it so that it corresponds exactly as the celery
service defined in `docker-compose.override.yml`
  • Loading branch information
candleindark committed Dec 10, 2024
1 parent 7953001 commit 2f3317b
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 2f3317b

Please sign in to comment.