-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Review