Skip to content

Draft: Detect Git's "Could not remove remote" errors

Katrin Leinweber requested to merge 11-detect-git-errors-in-sidekiq into master

Closes #11 (closed)

Because Sidekiq can pick up lower-level Git errors which don't have a class, would it be useful to insert another raw string check there?

Alternatives

  1. Where would we need to insert a class detection/definition for Sidekiq to annotate the such Git errors?
  2. MVC: A simple warning output to the console with a bunch of known undetectable, copy-paste-able error fragments, like
W: There are a few errors currently that fast-stats can't parse. Search manually for:
   Could not remove remote
   …other…examples…
Edited by Katrin Leinweber

Merge request reports