You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other terminal run yarn module-admin sagas reset UserConfirmation multiple times.
Check the sqlite database, you'll see a number of _RESOLVE_SYS_SCHEDULED_COMMAND_CREATED_ events (depending on how many time you called a reset)
Another (probably related) issue. If you reset SCHEDULER via yarn module-admin sagas reset _SCHEDULER_ before UserRejected is produced, the hacker-news will have unhandled promise rejections afte a while (the number of unhandled rejections depends on the number of UserConfirmation resets).
UnhandledPromiseRejectionWarning: Error: scheduler.execute: unexpected task state "executed"
at _callee2$ (/home/roman/git_projects/resolve/packages/core/core/lib/saga/create-scheduler-aggregate.js:87:25)
at tryCatch (/home/roman/git_projects/resolve/node_modules/regenerator-runtime/runtime.js:63:40)
at Generator.invoke [as _invoke] (/home/roman/git_projects/resolve/node_modules/regenerator-runtime/runtime.js:294:22)
at Generator.next (/home/roman/git_projects/resolve/node_modules/regenerator-runtime/runtime.js:119:21)
at asyncGeneratorStep (/home/roman/git_projects/resolve/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/home/roman/git_projects/resolve/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /home/roman/git_projects/resolve/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at Object.<anonymous> (/home/roman/git_projects/resolve/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12)
at Object.execute (/home/roman/git_projects/resolve/packages/core/core/lib/saga/create-scheduler-aggregate.js:107:27)
The text was updated successfully, but these errors were encountered:
FreeSlave
added
the
bug
Issues related to defects and incorrect/unexpected feature behavior
label
Dec 1, 2021
To Reproduce
yarn dev
.yarn module-admin sagas reset UserConfirmation
multiple times._RESOLVE_SYS_SCHEDULED_COMMAND_CREATED_
events (depending on how many time you called a reset)Another (probably related) issue. If you reset SCHEDULER via
yarn module-admin sagas reset _SCHEDULER_
beforeUserRejected
is produced, the hacker-news will have unhandled promise rejections afte a while (the number of unhandled rejections depends on the number of UserConfirmation resets).The text was updated successfully, but these errors were encountered: