to try it on local, install the required package:
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
In Terminal, Run Entrypoint shell-script command to run Celery:
./entrypoint.sh
Open another terminal, and activate environment then log into python interactive shell then run the following code:
from tasks import test
test()