From 875b1dca0d80926d0ae12c023c6d8c3f4290f317 Mon Sep 17 00:00:00 2001 From: OmidSa75 Date: Tue, 5 Dec 2023 10:42:40 +0330 Subject: [PATCH] doc: add reference section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 22a391d..76bd46a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ Using celery framework with AI models (Documentation) As far as we know celery uses pool executor to run worker. The executor can be events, threads or processes and the developer can choose one of them based on the workflow. +In this repository I tried to explain some kinds of situations in which I try to solve the issue in a proper way. + +# References +* [celery](https://github.com/celery/celery) +* [celery/celery#6036](https://github.com/celery/celery/issues/6036)