-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream error Error: 1 CANCELLED: Cancelled on client #595
Comments
Simply removing |
This breaks tests because things aren't cleaned up properly
|
@DeepanshuA can you help with this? |
This issue has been automatically marked as stale because it has not had activity in the last 60 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. |
@acheong08 what about moving the stop the start loop like this, in a SIGTERM handler? this is working reliably for me now process.on('SIGTERM', () => {
workflowRuntime.stop();
}) please see the change I did for this in Quickstarts |
This issue has been automatically marked as stale because it has not had activity in the last 60 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 closed because it has not had activity in the last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions. |
Expected Behavior
Run example
Actual Behavior
Steps to Reproduce the Problem
wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | DAPR_INSTALL_DIR="$HOME/.local/dapr" /bin/bash
dapr init --container-runtime podman
npm run start:dapr:activity-sequence
(in examples)Plausibly related: #221
The text was updated successfully, but these errors were encountered: