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

fix: multiple transactions being queue internally leads to queue blockage #87

Open
petrovska-petro opened this issue Jul 8, 2024 · 0 comments · May be fixed by #92
Open

fix: multiple transactions being queue internally leads to queue blockage #87

petrovska-petro opened this issue Jul 8, 2024 · 0 comments · May be fixed by #92
Assignees
Labels
bug Something isn't working

Comments

@petrovska-petro
Copy link
Collaborator

in the case that two actions are trigger at the same time, say:

  1. type A conditions are met and payloads are queued
  2. user decides to shut down the module

In this case will block the flow, potential solution:

a) do not allow shutdown while something internally has being queued
b) better queue management

@petrovska-petro petrovska-petro added the bug Something isn't working label Jul 8, 2024
@gosuto-inzasheru gosuto-inzasheru changed the title feat: multiple transactions being queue internally leads to queue blockage fix: multiple transactions being queue internally leads to queue blockage Jul 11, 2024
@gosuto-inzasheru gosuto-inzasheru linked a pull request Jul 11, 2024 that will close this issue
@gosuto-inzasheru gosuto-inzasheru self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants