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

Move queues #1

Open
mproffitt opened this issue Dec 18, 2021 · 0 comments
Open

Move queues #1

mproffitt opened this issue Dec 18, 2021 · 0 comments
Labels
enhancement New feature or request structural Represents a structural change to the application

Comments

@mproffitt
Copy link
Member

At present Queues are stored in the boltdb in assemble. This isn't the place for them and we require a new queuing mechanism

Queue technology should be:

  • Moved into flow - this is the place syphon communicates with, why have the extra request latency?
  • Pluggable. The BoltDB is OK for simple use-cases but more advanced use-cases require a dedicated queue backend and should be configurable by the user with the default falling back onto the built in boltdb
@mproffitt mproffitt added enhancement New feature or request structural Represents a structural change to the application labels Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request structural Represents a structural change to the application
Projects
None yet
Development

No branches or pull requests

1 participant