Skip to content

server does not exit cleanly on Ctrl+C when a TASK is running #1056

@yokofly

Description

@yokofly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions