What is the recommendation about using multiprocessing (or multithreading) inside a flask endpoint?

Solution
Flask app --- REDIS (or other MQ) --- Celery App
    |                                         |
    +---> SQL/Database <----------------------+