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
Is it worth to add support for other backends? It could be achieved using go interfaces.
We could start with redis, writing a code that is easy to use different queue vendors.
Test current SQS backend
Implement a new backend like redis
The text was updated successfully, but these errors were encountered:
👍 We should probably improve the current one, maybe having some good tests, and then start to try out redis. But, since redis is easier to test, since we can run with docker, maybe we try out redis as the first adapter.
Is it worth to add support for other backends? It could be achieved using go
interfaces
.We could start with
redis
, writing a code that is easy to use different queue vendors.The text was updated successfully, but these errors were encountered: