AmatyaAvadhanula commented on code in PR #13144: URL: https://github.com/apache/druid/pull/13144#discussion_r984219067
########## docs/configuration/index.md: ########## @@ -1152,6 +1152,7 @@ There are additional configs for autoscaling (if it is enabled): |`druid.supervisor.taskUnhealthinessThreshold`|The number of consecutive task failures before the supervisor is considered unhealthy.|3| |`druid.supervisor.storeStackTrace`|Whether full stack traces of supervisor exceptions should be stored and returned by the supervisor `/status` endpoint.|false| |`druid.supervisor.maxStoredExceptionEvents`|The maximum number of exception events that can be returned through the supervisor `/status` endpoint.|`max(healthinessThreshold, unhealthinessThreshold)`| +|`druid.supervisor.enableIdleBehaviour`|Whether supervisor should be turned idle if stream is idle for configured time.|false| Review Comment: Can this property be set independently per supervisor? (As part of the supervisor spec) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
