From 2953865e3c10e4821788aebc2caa4e07206996aa Mon Sep 17 00:00:00 2001 From: Surendra Tiwari Date: Sat, 3 Feb 2024 22:35:47 +0530 Subject: [PATCH] Update README.md added In-Progress task --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c93ba53..e4c3d46 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,11 @@ In summary, Paota facilitates the asynchronous processing of tasks in a distribu - [ ] Middleware for task - [ ] Logging format - [ ] SAST check integration with circleci +- [ ] Middleware Support for WorkerPool (requestId in log, authentication, logging) - [ ] MongoBackendStorage +- [ ] Pre and Post Hook at Task Level +- [ ] Workflow support +- [ ] Chaining of Task support ### Planned - [ ] API for task management (create/delete/update/get/list)