Skip to content
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

The Init method of saga does not execute until reset this saga #2172

Open
pavsenin opened this issue Dec 7, 2021 · 0 comments
Open

The Init method of saga does not execute until reset this saga #2172

pavsenin opened this issue Dec 7, 2021 · 0 comments

Comments

@pavsenin
Copy link

pavsenin commented Dec 7, 2021

To Reproduce
Steps to reproduce the behavior:

  1. Clone the TestCafe Dashboard from master
  2. Execute
  • npm install
  • npm ci
  • set SCRIPT_BUNDLE_NAME=index.js
  • yarn resolve-cloud deploy -n saga-bug -c cloud-dev
  • yarn resolve-cloud environment set DEPLOY_ID JWT_SECRET=SOMESECRET
  • open DEPLOY_ID.resolve.sh, login and create project
  • yarn resolve-cloud event-stores // remember the number of events in the event store
  • wait 1-2 hour
  • yarn resolve-cloud event-stores

Expected behavior
Task termination saga should add events to the event store to schedule commands.
Now it started only after yarn resolve-cloud sagas reset DEPLOY_ID task-termination

Desktop (please complete the following information):

  • ReSolve Version 0.33.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant