Skip to content

Commit

Permalink
The docs were moved to a separate page
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Sep 29, 2023
1 parent 5244805 commit bdda7a5
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,3 @@ Task Manager Bundle
A small wrapper around symfony/messenger for simplifying task management.

> 📚 [**Read the docs**](https://21torr-docs.fly.dev/docs/php/symfony/task-manager/)

Installation
------------

First install this bundle:

```bash
composer require 21torr/task-manager
```

Then configure your queues in `config/packages/task_manager.yaml`:

```yaml
task_manager:
queues:
# queues sorted by priority. Highest priority at the top
- app_very_urgent
- app_urgent
- app
```
While this bundle auto-detects all queue names, you should define them manually in your config, as otherwise the priority between these queues might be wrong.

0 comments on commit bdda7a5

Please sign in to comment.