Can't Ctrl-C Early on dapr run
w/o Necessary Component, Forced to Wait After Seeing Initial Err
#1338
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/bug
Something isn't working
triaged/resolved
The issue has been triaged
Milestone
Expected Behavior
I would like to think I should be able to ctrl-c to kill the
dapr run
process once I see an err. I don't really care to see it err more after I know what is wrong after seeing 1 err.Actual Behavior
I am unable to ctrl-c and end the
dapr run
early. I am forced to wait about 1 minute for the command to finish failing. It looks like it did receive my signal to cancel:terminated signal received: shutting down
, but I feel as though there is room for improvement here, as to a user it looks like it never accepted my^C^C^C^C^C^C^C
.Steps to Reproduce the Problem
Follow the README here, and do not create the statestore.
Run the query state example with this command without having a mongo-statestore:
It will take its time, and even if you ctrl-c, it will still fail slowly for a while after you try to cancel. See output of running the above command below:
The text was updated successfully, but these errors were encountered: