### Company or project name _No response_ ### Describe what's wrong Process does not exit ### Does it reproduce on the most recent release? Yes ### How to reproduce ``` create stream v(id int); CREATE TASK task_demo SCHEDULE 10s TIMEOUT 30s INTO v AS SELECT rand() AS id; ``` ### Expected behavior _No response_ ### Error message and/or stacktrace _No response_ ### Additional context _No response_