Issue
I want to run kue-scheduler
on Heroku with my Heroku Key-Value Store add-on.
Resolution
kue-scheduler
requires Redis to have keyspace notifications enabled. In order to use this job scheduler with your Heroku Key-Value Store add-on, configure keyspace notifications (disabled by default) with heroku redis:keyspace-notifications
.