> For the complete documentation index, see [llms.txt](https://docs.taskforce.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskforce.sh/master.md).

# Documentation

## 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 during development, so that jobs can be verified for proper execution. They are also useful in production, where it is important to keep an eye on how jobs are being processed. Sometimes jobs fail due to transient errors or bugs in the code. In those cases, the jobs can be analyzed and retried once the underlying problem is resolved.

For documentation on BullMQ you can visit <https://docs.bullmq.io> and Bull is located [here](https://github.com/OptimalBits/bull#documentation).
