``` Computing MultiPlatformExecuteProcess(MultiPl...
# development
w
Copy code
Computing MultiPlatformExecuteProcess(MultiPlatformExecuteProcessRequest({(None, None): ExecuteProcessRequest { argv: ["python", "./test_runner.pex", "pants_test/backend/jvm/tasks/test_scala_repl_integration.py"], <snip> }})
    Throw(Failed to execute process: Unavailable: "Transient error, please retry with backoff")
      Traceback (no traceback):
        <pants native internals>
      Exception: Failed to execute process: Unavailable: "Transient error, please retry with backoff"
having an actual error code for transient errors that didn't require string matching would be handy, heh.
👍 1