The PR for it is
here. It explains that the supervisor in an idle state will stop creating new ingestion tasks. So I would expect those remaining tasks to finish their regular lifetime. The supervisor will still check for lag on the stream every so often (30seconds by default) and go back to a running state when lag>0, back to creating tasks.