Fix ArgumentError in GitGarbageCollectWorker Sidekiq job
When the Gitaly call failed, the exception handling failed because `method` is expected to have a parameter. Closes #49096
Showing
Please register or sign in to comment
When the Gitaly call failed, the exception handling failed because `method` is expected to have a parameter. Closes #49096