I think that all tasks that could be done using celery
can also be done via multiprocessing
library.
Despite of this, wonder why the one use celery
instead of multiprocessing
in Python program or web framework such as django
, flask
, etc.
I think that all tasks that could be done using celery
can also be done via multiprocessing
library.
Despite of this, wonder why the one use celery
instead of multiprocessing
in Python program or web framework such as django
, flask
, etc.