cli icon indicating copy to clipboard operation
cli copied to clipboard

`dapr run` CTRL-C kills both the app and daprd

Open pkedy opened this issue 3 years ago • 6 comments

Expected Behavior

Pressing CTRL-C when running dapr run should send interrupt signals to both the application and daprd so that they shutdown gracefully. This would also allow daprd to close components down also per dapr/dapr#3088.

Actual Behavior

Both the application and daprd are killed immedatiately.

Steps to Reproduce the Problem

Use dapr run and press CTRL-C once the application is initialized.

Release Note

RELEASE NOTE: FIX CTRL-C when using dapr run sends interrupt signals to the application and daprd instead of killing them.

pkedy avatar Apr 23 '21 18:04 pkedy

@pkedy is there any progress on this?

mukundansundar avatar Nov 19 '21 04:11 mukundansundar

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Jan 04 '22 01:01 dapr-bot

@pkedy is there any progress on this ?

mukundansundar avatar Jan 04 '22 03:01 mukundansundar

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Feb 03 '22 03:02 dapr-bot

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Mar 05 '22 03:03 dapr-bot

@pravinpushkar I think one of the PRs that you worked on fixed this issue? Or is there a WIP PR to address this. This is also related to dapr stop closing all processes on exit.

mukundansundar avatar Sep 15 '23 03:09 mukundansundar