scheduled tasks plugin compatibility

It is possible to use upstash redis server with the plugin?
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...
Jump to solution
6 Replies
Solution
Favna
Favna12mo ago
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...
Belize
Belize12mo ago
What is bullmq exactly? I mean, is it a redis provider? As i saw it is a nodejs lib
Favna
Favna12mo ago
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.
Belize
Belize12mo ago
hmmmm i think i understood lol MMM so i cant use it with upstash connection? sadge
Favna
Favna12mo ago
Ive never used upstash but it'll be up to the upstash and bullmq teams which is why I linked the issue.
Belize
Belize12mo ago
ye