You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buildasaur works fine when a given response returns a maintenance window message, however the log is then littered with all manner of HTTP and CSS text. I'm sure we don't want to parse the possible maintenance window messages, but it does happen and BUildasaur ought to recognize the problem and act accordingly instead of failing so verbosely before eventually recovering and resuming
(maybe not in GitHub, but I have seen it on Bitbucket, and more than likely on any in-house servers: Bitbuket Server, GitHub Enterprise, GitLab, Stash.
If there is an API to check for availability, this would be a good thing to add. (I don't know if any of the services have an API, or if the current HTTPS: request returns any kind of redirect, but I have seen in our "Builda.log" messages similar to the one below. I've truncated it, but it can be lengthy.
Interesting, Buildasaur is stateless, so it'll try to ask the server for the data every 30 seconds (or however frequent your sync interval is). It does seem verbose, but it's an error, unexpected state, so I think logging it is the best thing to do.
I'd be fine if you file a PR that detects this case specifically for BitBucket servers and prints less, but I won't have time to do this myself.
Buildasaur works fine when a given response returns a maintenance window message, however the log is then littered with all manner of HTTP and CSS text. I'm sure we don't want to parse the possible maintenance window messages, but it does happen and BUildasaur ought to recognize the problem and act accordingly instead of failing so verbosely before eventually recovering and resuming
(maybe not in GitHub, but I have seen it on Bitbucket, and more than likely on any in-house servers: Bitbuket Server, GitHub Enterprise, GitLab, Stash.
If there is an API to check for availability, this would be a good thing to add. (I don't know if any of the services have an API, or if the current HTTPS: request returns any kind of redirect, but I have seen in our "Builda.log" messages similar to the one below. I've truncated it, but it can be lengthy.
Builda.log.zip
or
The text was updated successfully, but these errors were encountered: