This seems to happening again :(

On 08/06/2018 12:26, Steven Hartland wrote:
Thanks Chris appreciated, does indeed to be quick again :)

    Regards
    Steve

On 08/06/2018 05:57, Chris Broadfoot wrote:
Should be fast again now. I'm not sure what happened, but it appears the site search index was missing for a previous deploy.

If godoc starts without a prebuilt search index, it scans $GOPATH to build a new index. That's pretty slow on Google App Engine, and by the time it would finish indexing the instance might have been killed. While it's indexing, it's presumably using a lot of I/O and CPU, slowing down user requests.

I've redeployed it, and it seems fast again (with search index present). We're going to look into why the deploy was bad when performed from my colleagues' machines. (We're also re-working the deploy scripts and moving them into the open-source repos.)

On Thu, Jun 7, 2018 at 4:26 PM, Shawn Milochik <[email protected] <mailto:[email protected]>> wrote:

    I've been experiencing this myself lately.

    This is a great opportunity to remind everyone that you can run
    godoc locally. For example:
        godoc --http=:8000

    This will run it at http://localhost:8000/ for your convenience.
    It's even better than the public one because it's guaranteed to
    be your version, and it will show all your local packages as
    well. ^_^


-- You received this message because you are subscribed to the
    Google Groups "golang-nuts" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to [email protected]
    <mailto:[email protected]>.
    For more options, visit https://groups.google.com/d/optout
    <https://groups.google.com/d/optout>.


--
You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to