Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 358 Bytes

BULL.md

File metadata and controls

14 lines (9 loc) · 358 Bytes

Bull Setup

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