Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 340 Bytes

BULL.md

File metadata and controls

14 lines (9 loc) · 340 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 /admin/queues endpoint