forcedotcom / OrgMonitor

BSD 3-Clause "New" or "Revised" License
41 stars 26 forks source link

Use Redis for scheduling #2

Closed troysellers closed 6 years ago

troysellers commented 6 years ago

Is it possible to replace MongoDB with Redis as the store for the Job Queue? This will allow deployment of OrgMonitor to be completely contained within an Heroku Private Space (MongoDB attaches from outside a private space) and enable all regions for deploy targets.

troysellers commented 6 years ago

was trying to use this https://github.com/lykmapipo/kue-scheduler/issues/46 as a replacement for agenda.. but it requires a feature that Heroku Redis doesn't support unfortunately. Would require a different Heroku AddOn, thus defeating the purpose for replacing Mongo!

AltiusRupert commented 6 years ago

Hi ibigfoot, sorry to hijack this issue :

I wondered if you could have a look at this other issue I have with OrgMonitor on Heroku and give me your point of view. https://github.com/forcedotcom/OrgMonitor/issues/3

Thanks