This will explain how to configure the Bull jobs scheduler
NOTE: This requires that REDIS has already been set up
Add credentials your local .env
file and the remote server config variables
JOBS_USERNAME=<whatever>
JOBS_PASSWORD=<whatever>
You can view and manage jobs through the <YourHerokuAppUrl>/admin/queues
endpoint