Is your feature request related to a problem?
Importing dynamic modules at runtime blocks Celery child processes from progressing, leading to unnecessary delays.
Describe the solution you'd like
- Optimize the import resolution for modules
- Implement faster dynamic import strategies
Original issue
Describe the current behavior
Importing dynamic modules in run time blocks celery child process from progressing.
Describe the enhancement you'd like
Fast import modules resolution
Why is this enhancement needed?
Reduce latency of llm call
Is your feature request related to a problem?
Importing dynamic modules at runtime blocks Celery child processes from progressing, leading to unnecessary delays.
Describe the solution you'd like
Original issue
Describe the current behavior
Importing dynamic modules in run time blocks celery child process from progressing.
Describe the enhancement you'd like
Fast import modules resolution
Why is this enhancement needed?
Reduce latency of llm call