I have a program that uses the REST API to start a pipeline, gets the pipeline build number from the response, and then polls the running pipeline for successful completion by calling this endpoint every 2 seconds:
For example:
This generally works, but has been intermittently returning a 500 response code with the body:
{"type": "error", "error": {"message": "workspace"}}
I am going to implement re-try logic, but this seems to be happening more frequently, is there anything I'm doing wrong or could do to improve the reliability of this?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.