This error happens when we don't get a Response from your server. "Common causes are a server that is down for maintenance or that is overloaded.".
99% of the time this happens when running in Dev with your local machine. Usually because a lot of Tasks or Runs are happening at once and it overloads your machine, or your code has just been recompiled.
This is an issue on Dev because we don't retry Runs on development when this kind of error is thrown.
Improvements
- Retry runs once if this happens, but this could further impede your local machine.
- Have a better error message.
From SyncLinear.com | TRI-1700