Documentation

Guides and tutorials to get you started with Taskforce.sh

Introduction

Taskforce.sh is a front end for managing Bull/BullMQ instances. It provides tools to efficiently manage and debug your queues as well as a hosting service for redis instances.

The tools provided are useful both during development, so that jobs can be verified for proper execution, but also on production environments it is important too keep an eye on how the jobs are being processed, sometimes jobs fails due to transient errors or bugs in the code, in any case these jobs can be analysed and when the underlying problem is resolved they can be retried for a new run.

For documentation on BullMQ you can visit https://docs.bullmq.io and Bull is located here.

Last updated