You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime needs to be very scalable, so that many requests can be made. Potentially thousands of installations will apply to even more repositories. About half of them might have regular commits (triggering pull_request.synchronize hook).
We need to be sure that both the runtime and the LLM backend can take some load.
Suggested solution
Whichever works to be fair.
Considered alternatives
Keep prototyping on a very small scale (which won't help create traction)
The text was updated successfully, but these errors were encountered:
Context
Runtime needs to be very scalable, so that many requests can be made. Potentially thousands of installations will apply to even more repositories. About half of them might have regular commits (triggering
pull_request.synchronize
hook).We need to be sure that both the runtime and the LLM backend can take some load.
Suggested solution
Whichever works to be fair.
Considered alternatives
The text was updated successfully, but these errors were encountered: