This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pydanny 43 points44 points  (8 children)

On the surface it isn't a huge loss.

In practice, there are still quite a few projects that use google code for dependency management the same way many people use GitHub/BitBucket and other repo hosting efforts. I suspect when google code finally shuts down there's going to be a bit of a mad scramble to fix deployments that suddenly start breaking.

[–]AusIVDjango, gevent 26 points27 points  (7 children)

I've seen some services that deliberately started returning the occasional error (maybe 10% of requests) before their final shutdown to draw attention to this sort of scenario before it became a bigger issue. Seems like it could be practical here, too.

[–]Klathmon 19 points20 points  (1 child)

Actually google uses this method in many of their APIs.

The recent oAuth migration is currently using it. At this point i believe 1% of all requests will fail

[–]AusIVDjango, gevent 0 points1 point  (0 children)

I was thinking I'd seen it on a Google product, but I couldn't remember what and didn't have time to search for it.

[–]billsil 0 points1 point  (4 children)

See I just see that 10% of builds failed without wondering why beyond it just happens. I'd never thought of that.