Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for precompiled bundles #89

Open
KineticCookie opened this issue Jan 26, 2024 · 0 comments
Open

Support for precompiled bundles #89

KineticCookie opened this issue Jan 26, 2024 · 0 comments

Comments

@KineticCookie
Copy link

Hi!
I have a specific use case and I am wondering if this is a right tool to use.

I have an Airflow instance which uses docker images to run tasks.
There docker images contain python bundles with task code.
After benchmarking the jobs, we found out that compilation of dependencies and project modules improves the run time. (i.e. poetry install --compile + python -m compileall app)

We can do it manually by running compileall in venv, but it seems hacky.

Is such use case within the scope of this plugin?
I think this feature will be a big benefit for short-lived code where startup time is crucial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant