Add definition for CELERY_DEFAULT_QUEUE

This commit is contained in:
richard-dds 2019-11-26 16:28:55 -05:00 committed by dandds
parent 946a29acda
commit a33468b6c7

View File

@ -227,7 +227,7 @@ To generate coverage reports for the Javascript tests:
- `CAC_URL`: URL for the CAC authentication route. - `CAC_URL`: URL for the CAC authentication route.
- `CA_CHAIN`: Path to the CA chain file. - `CA_CHAIN`: Path to the CA chain file.
- `CDN_ORIGIN`: URL for the origin host for asset files. - `CDN_ORIGIN`: URL for the origin host for asset files.
- `CELERY_DEFAULT_QUEUE`: - `CELERY_DEFAULT_QUEUE`: String specifying the name of the queue that background tasks will be added to.
- `CLASSIFIED`: Boolean specifying if we're running in a classified environment. - `CLASSIFIED`: Boolean specifying if we're running in a classified environment.
- `CONTRACT_END_DATE`: String specifying the end date of the JEDI contract. Used for task order validation. Example: 2019-09-14 - `CONTRACT_END_DATE`: String specifying the end date of the JEDI contract. Used for task order validation. Example: 2019-09-14
- `CONTRACT_START_DATE`: String specifying the start date of the JEDI contract. Used for task order validation. Example: 2019-09-14. - `CONTRACT_START_DATE`: String specifying the start date of the JEDI contract. Used for task order validation. Example: 2019-09-14.