Skip to content

Commit

Permalink
Add REDASH_SCHEMAS_REFRESH_QUEUE to env var docs. (#217)
Browse files Browse the repository at this point in the history
See getredash/redash#3534 for more info.
  • Loading branch information
Jannis Leidel authored and arikfr committed May 29, 2019
1 parent c2c2da7 commit ca26eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/kb/open-source/admin-guide/env-vars-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The follow is a list of settings and what they control:
| `REDASH_QUERY_RESULTS_CLEANUP_ENABLED` | | true |
| `REDASH_QUERY_RESULTS_CLEANUP_COUNT` | | 100 |
| `REDASH_QUERY_RESULTS_CLEANUP_MAX_AGE` | | 7 |
| `REDASH_SCHEMAS_REFRESH_QUEUE` | the Celery queue for refreshing the data source schemas | celery |
| `REDASH_SCHEMAS_REFRESH_SCHEDULE` | how often to refresh the data sources schemas (in minutes) | 30 |
| `REDASH_AUTH_TYPE` | | api_key |
| `REDASH_ENFORCE_HTTPS` | | false |
Expand Down

0 comments on commit ca26eda

Please sign in to comment.