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

Evaluate the usage of Celery for a replacement for the evaluation service's runner.py #718

Open
christophertubbs opened this issue Oct 7, 2024 · 0 comments

Comments

@christophertubbs
Copy link
Contributor

The evaluation service uses a script named runner.py to determine when to launch an evaluation. This is hand written, works fine, and is set up to run on multiple machines. Despite this, Celery may be a better alternative since it's an official product developed to do exactly what runner.py does.

Investigate it and record if it is worth replacing runner.py with it. Add notes somewhere, either in this tickets or within the wiki.

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