Integrating EffectTS Concurrency Module with Redis for Concurrent Workers

The concurrency module for EffectTS is great, but how do I make this work with redis for concurrent workers?

I am using BullMQ right now, and I created a wrapper around it so I'm not using the concurrency module from effect-ts at all.

What's the standard way of doing this?
Was this page helpful?