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

Add time constraints to new and existing features #287

Open
yashveersinghsohi opened this issue Aug 30, 2024 · 0 comments
Open

Add time constraints to new and existing features #287

yashveersinghsohi opened this issue Aug 30, 2024 · 0 comments
Labels
enhancement New feature or request priority 2 Important tasks after addressing P1

Comments

@yashveersinghsohi
Copy link
Contributor

Our feature building process as of now (2024-08-29) is sequential. That means all features are built one after the other and a user of the package would need to wait for all the features to finish building before they can access the results. This could lead to problems down the road if a feature added by a future contributor ends up being computationally heavy and slows down the complete package for all users (even if other features get built quickly).

Hence, adding this issue to add time constraints on the execution of each feature to ensure delivery of results within a reasonable time (for a reasonably sized dataset).

@xehu xehu added enhancement New feature or request priority 2 Important tasks after addressing P1 labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority 2 Important tasks after addressing P1
Projects
None yet
Development

No branches or pull requests

2 participants