scheduled tasks plugin compatibility
It is possible to use upstash redis server with the plugin?
Solution:Jump to solution
We use Bullmq so best check out the exact status there. For example https://github.com/upstash/issues/issues/18
GitHub
Support for Bull / BullMQ libraries · Issue #18 · upstash/issues
Due to the increasing popularity of Upstash as a Redis hosting solution, many Bull/BullMQ users are trying to deploy their queues and getting all kinds of weird behaviors since, at the moment, Upst...
6 Replies
Solution
We use Bullmq so best check out the exact status there. For example https://github.com/upstash/issues/issues/18
GitHub
Support for Bull / BullMQ libraries · Issue #18 · upstash/issues
Due to the increasing popularity of Upstash as a Redis hosting solution, many Bull/BullMQ users are trying to deploy their queues and getting all kinds of weird behaviors since, at the moment, Upst...
What is bullmq exactly? I mean, is it a redis provider? As i saw it is a nodejs lib
it's a redis connector that does all the task queueing and awaiting for task execution. The plugin is only a tiny Sapphire specific wrapper around BullMQ to make it so you don't need to register a task store of task pieces yourself and such.
hmmmm
i think i understood lol
MMM
so i cant use it with upstash connection?
sadge
Ive never used upstash but it'll be up to the upstash and bullmq teams which is why I linked the issue.
ye