cli
cli copied to clipboard
`dapr run` CTRL-C kills both the app and daprd
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 is there any progress on this?
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.
@pkedy is there any progress on this ?
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.
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.
@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.