# 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 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](https://github.com/OptimalBits/bull#documentation).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taskforce.sh/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
