-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Is your feature request related to a problem? Please describe.
The job orchestrator relies on BullMQ, which is tightly coupled with Redis. With the latest Redis debacle, we might take a look if we can move to valkey (https://github.com/valkey-io/valkey) entirely.
Describe the solution you'd like
Investigate if valkey is feasable.
Additional context
BullMQ seems compatible, see taskforcesh/bullmq#2642 and https://x.com/manast/status/1841042438510494090, thus API and Artisan shall be compatible too.
For Stitcher, we can add a new adapter and rely on env variables specifically for valkey. Or we can re-use REDIS_HOST and REDIS_PORT but use a different KV store underneath.
Metadata
Metadata
Assignees
Labels
No labels