Skip to content

Use fast timeouts for Gitaly FooInProgress RPC's

Jacob Vosmaer requested to merge rebase-in-progress-fast-timeout into master

What does this MR do?

Changes the Gitaly timeouts from 'default' to 'fast' on two RPC's that should be very fast (the implementation is "does this directory exist").

The RPC's are IsRebaseInProgress and IsSquashInProgress.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer

Merge request reports