Skip to content

Commit

Permalink
Add TaskQueueDB
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Sep 26, 2023
1 parent 342a42e commit f2f88b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ TODO
| diracx.mysqlDatabases[1] | string | `"JobDB"` | |
| diracx.mysqlDatabases[2] | string | `"JobLoggingDB"` | |
| diracx.mysqlDatabases[3] | string | `"SandboxMetadataDB"` | |
| diracx.mysqlDatabases[4] | string | `"TaskQueueDB"` | |
| diracx.osDatabases[0] | string | `"JobParametersDB"` | |
| diracx.settings.DIRACX_CONFIG_BACKEND_URL | string | `"git+file:///cs_store/initialRepo"` | |
| diracx.settings.DIRACX_SERVICE_AUTH_ALLOWED_REDIRECTS | string | `"[\"http://anything:8000/docs/oauth2-redirect\"]"` | |
Expand Down
1 change: 1 addition & 0 deletions diracx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ diracx:
- JobDB
- JobLoggingDB
- SandboxMetadataDB
- TaskQueueDB
# Which DiracX OpenSearch DBs are used?
osDatabases:
- JobParametersDB
Expand Down

0 comments on commit f2f88b5

Please sign in to comment.