graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05166
Re: [Question #255034]: Experiencing delay in updates in Graphite Console
Question #255034 on Graphite changed:
https://answers.launchpad.net/graphite/+question/255034
Status: Open => Needs information
Denis Zhdanov requested more information:
Known issue.
Try graphite-web from 0.9.x branch on github - https://github.com/graphite-project/graphite-web/tree/0.9.x (it requires django >= 1.4)
or
Try to manually fix unpickler:
edit webapp/graphite/util.py to make PICKLE_SAFE (in both places) looking like here:
https://github.com/graphite-project/graphite-web/blob/0.9.x/webapp/graphite/util.py#L91-L97
https://github.com/graphite-project/graphite-web/blob/0.9.x/webapp/graphite/util.py#L117-L123
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.