Update celery.py
Getting a TypeError: _celery_resume_process() missing 2 required keyword-only arguments: 'user_inputs' and 'user'. Scenario is when using callback in combination with Celery. When using threadpool execution context the issue is not seen as there a default (None) is set.