Closed SmittieC closed 1 hour ago
Attention: Patch coverage is 80.00000%
with 10 lines
in your changes missing coverage. Please review.
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
apps/experiments/views/experiment.py | 28.57% | 10 Missing :warning: |
:loudspeaker: Thoughts on this report? Let us know!
Ready
I'm not convinced that we should be creating a bunch of tasks in the management command, but it will fail for some assistants if we do not. Maybe we should be smarter in the management command and figure out when to give it to a task? I propose:
if this does work, before creating a command it would be good to know how many it would be affecting and if manual retry is the way to go
Resolves #901
Description
Since creating versions of router experiments with assistant children and many files bombed out (gateway timeout), we're now creating versions async.
User Impact
users should be able to create versions of large assistants. Should being the keyword here
Demo
Will include one once the UI is done
Docs