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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: