From: Jérôme Benoit Date: Sun, 22 Feb 2026 11:54:11 +0000 (+0100) Subject: docs: consolidate multiple task functions features in README X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4a55f12c6f30239ae7dee6fef52b9737c5337df5;p=poolifier.git docs: consolidate multiple task functions features in README --- diff --git a/README.md b/README.md index d10d2db7b..805ec13ae 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,11 @@ Please consult our [general guidelines](#general-guidelines). - Tasks redistribution on worker error :white_check_mark: - Support for sync and async task function :white_check_mark: - Support for abortable task function :white_check_mark: -- Support for multiple task functions with per task function queuing priority and tasks distribution strategy :white_check_mark: -- Support for worker node affinity per task function :white_check_mark: -- Support for task functions [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: +- Support for multiple task functions: + - Queuing priority :white_check_mark: + - Tasks distribution strategy :white_check_mark: + - Worker node affinity :white_check_mark: + - [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: - General guidelines on pool choice :white_check_mark: - Error handling out of the box :white_check_mark: - Widely tested :white_check_mark: