• Patrick Bajao's avatar
    Check mergeability of MR asynchronously · 8c01b8e7
    Patrick Bajao authored
    Executing `MergeRequests::MergeabilityCheckService#execute` can be
    time consuming and can likely cause a request to timeout.
    
    Moving its execution asynchronously via `#async_execute` will help
    in ensuring page and API requests that needs it can load faster.
    8c01b8e7
merge_requests_controller.rb 11.2 KB