ian / rel

Rel is a Graph Database BaaS, built on Redis.
MIT License
13 stars 2 forks source link

Background Jobs #9

Open ian opened 2 years ago

ian commented 2 years ago

Comparisons

thelinuxlich commented 2 years ago

We may replicate repeater SaaS using https://github.com/OptimalBits/bull

Then we could have a jobs folder where the user adds functions to run on a specified interval, repeatable or not

ian commented 2 years ago

I used bull previously (specifically bull MQ), works pretty well and was my favorite of the redis-based job queues.

I think it wouldn't be hard to integrate with our current architecture since I have a version of this running on fastify already.

On Wed, Dec 29, 2021 at 1:30 PM, Alisson Cavalcante Agiani < @.*** > wrote:

We may replicate repeater SaaS using https:/ / github. com/ OptimalBits/ bull ( https://github.com/OptimalBits/bull )

Then we could have a jobs folder where the user adds functions to run on a specified interval, repeatable or not

— Reply to this email directly, view it on GitHub ( https://github.com/rel-js/rel/issues/9#issuecomment-1002746426 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAAE3DLKW7UL4LEFCVL7OQ3UTNOT7ANCNFSM5K22PAUQ ). You are receiving this because you authored the thread. Message ID: <rel-js/rel/issues/9/1002746426 @ github. com>

thelinuxlich commented 2 years ago

No, it wouldn't be hard, and I loved the GraphQL API to inspect jobs, we would reimplement this too