-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Control evals concurrency in web app #2265
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
Conversation
|
|
This does seem nice to have! |
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
Generated with ❤️ by ellipsis.dev |
|
Generated with ❤️ by ellipsis.dev |
Context
Implementation
Screenshots
How to Test
Get in Touch
Important
Adds concurrency control for evals in the web app, including database schema updates, CLI modifications, and a new UI slider component.
concurrencyfield torunstable in database (0002_white_flatman.sql,schema.ts).createRunSchemainschemas.tsto includeconcurrencywith min, max, and default values.run()inindex.tsto userun.concurrencyfor task execution.Slidercomponent inslider.tsxfor setting concurrency innew-run.tsx.new-run.tsxto include concurrency slider in the form.@radix-ui/react-slidertopackage.jsondependencies.package.json.This description was created by
for b6c82dc. It will automatically update as commits are pushed.