Skip to content

Commit

Permalink
doc: add reference section
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidSa75 committed Dec 5, 2023
1 parent 53c642f commit 875b1dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 875b1dc

Please sign in to comment.