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

Cloud goes down (plenty of 503 errors in all deployments) if using scheduleCommand in saga #2175

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

Comments

@pavsenin
Copy link

To Reproduce
Steps to reproduce the behavior:

Clone the TestCafe Dashboard from master
Execute
npm install
npm ci
set SCRIPT_BUNDLE_NAME=index.js

yarn resolve-cloud deploy -n saga-bug1 -c cloud-dev
yarn resolve-cloud environment set DEPLOY_ID1 JWT_SECRET=SOMESECRET
clone some big event store (11kk events) and link it to DEPLOY_ID1

add task-termination saga in cloud.app.ts file
yarn resolve-cloud deploy -n saga-bug2 -c cloud-dev
yarn resolve-cloud environment set DEPLOY_ID2 JWT_SECRET=SOMESECRET
link event-store to DEPLOY_ID2

reset sagas and read-models for both deploys

open DEPLOY_ID1.resolve.sh, login, create project, run some tests with testcafe dashboard

Expected behavior
Cloud is working.

Desktop (please complete the following information):

ReSolve Version 0.33.4

Please ask @pavsenin or @aleks-pro if you need any additional details.

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