#96 document QUERY_INTERVAL

This commit is contained in:
Henning Jacobs
2017-01-15 17:24:27 +01:00
parent 747f520d26
commit cb1332495f

View File

@@ -134,6 +134,8 @@ The following environment variables are supported:
Set to "true" for local development to reload code changes.
``MOCK``
Set to "true" to mock Kubernetes cluster data.
``QUERY_INTERVAL``
Interval in seconds for querying clusters (default: 5). Each cluster will at most queried once per configured interval.
``REDIS_URL``
Optional Redis server to use for pub/sub events and job locking when running more than one replica. Example: ``redis://my-redis:6379``
``SERVER_PORT``