I have an app hosted on Heroku that uses a flask/celery api that runs a genetic algorithm, my heroku app produces an application error (critical worker timeout) while the celery background task still runs and produces a successful result. I am not sure what I am doing wrong.I have an app hosted on Heroku that uses a flas