From bdda7a55fd6e2b6d947c1bc26fedb90593b8533c Mon Sep 17 00:00:00 2001 From: Jannik Zschiesche Date: Fri, 29 Sep 2023 10:23:17 +0200 Subject: [PATCH] The docs were moved to a separate page --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 4e7fd51..082ae04 100644 --- a/README.md +++ b/README.md @@ -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.