Closed
Bug 1071306
Opened 10 years ago
Closed 10 years ago
Tree statuses aren't updating until page is reloaded
Categories
(Tree Management :: Treeherder, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Assigned: camd)
References
Details
Refreshing the page correctly updated the status to show it as closed.
I know something was polled in the 10 minutes since I closed the tree, since new jobs showed up in the tab.
I think the treestatus polling should be a bit more frequent. Every 5 minutes, perhaps?
Updated•10 years ago
|
Blocks: treeherder-sheriff-transition, 1067420
Priority: -- → P1
Summary: I closed b2g-inbound at 3:47PM, and as of 3:57PM, my b2g-inbound tab in treeherder still showed it as open. → Tree statuses aren't updating until page is reloaded
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cdawson
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder-ui
https://github.com/mozilla/treeherder-ui/commit/d0f94c89eee161191059f9b3101f587db8fd815b
bug 1071306 - fix interval for treestatus updates
https://github.com/mozilla/treeherder-ui/commit/f00b18fd2abce9d05c5ede2665b1587eeac8ddb4
bug 1071306 - defer treestatus calls for performance
https://github.com/mozilla/treeherder-ui/commit/b88c1cb2caa5f48a067e3409599de0a8397a83f4
bug 1071306 - improved _.defer when updating treestatus
https://github.com/mozilla/treeherder-ui/commit/9046a8363788ba1740a3905258fb91a060ded31e
bug 1071306 - function documentation cleanup
https://github.com/mozilla/treeherder-ui/commit/36f1d7cfb4f4896c67b16e71cc59df7bc0b53209
Merge pull request #205 from mozilla/bug-1071306-treestatus-updating
bug 1071306 - fix interval for treestatus updates
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
This is still occurring for me on prod - I closed inbound and 10+ mins later the inbound "tab" label and colour on the treeherder page was showing open.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•10 years ago
|
||
Meant to say works sometimes, just not all the time.
Comment 6•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder-ui
https://github.com/mozilla/treeherder-ui/commit/885018911dd7a39b64882e4ed114791cdbac6f62
Bug 1071306 - $interval was passing a param that broke updates
also fixed color of close button on a closed watched repo
https://github.com/mozilla/treeherder-ui/commit/e751f337e926d016a489ebb571b8607ac1cfd6f1
Merge pull request #210 from mozilla/bug-1071306-fix-treestatus-updating
Bug 1071306 - $interval was passing a param that broke updates
Assignee | ||
Comment 7•10 years ago
|
||
pushed to dev and stage for now.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Comment 8•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/d0cc814c4c10f323654e6787b97baa6469d26b6d
bug 1071306 - fix interval for treestatus updates
https://github.com/mozilla/treeherder/commit/f2eb66bf6d0c24a982b554e146a7a0173f0e0906
bug 1071306 - defer treestatus calls for performance
https://github.com/mozilla/treeherder/commit/e846604d9c0bd1f9e5a3164bf9d79cc5543299a9
bug 1071306 - improved _.defer when updating treestatus
https://github.com/mozilla/treeherder/commit/3368d9f62b348622fe217c19628b8137366049d0
bug 1071306 - function documentation cleanup
https://github.com/mozilla/treeherder/commit/977e777fa24c23b3d71e6a3facfec3291d445d46
Merge pull request #205 from mozilla/bug-1071306-treestatus-updating
bug 1071306 - fix interval for treestatus updates
https://github.com/mozilla/treeherder/commit/d98649e7af1b36518542670d9909821c21519016
Bug 1071306 - $interval was passing a param that broke updates
also fixed color of close button on a closed watched repo
https://github.com/mozilla/treeherder/commit/0cb81e3fd3385c179634aac8d5139f47a437a02b
Merge pull request #210 from mozilla/bug-1071306-fix-treestatus-updating
Bug 1071306 - $interval was passing a param that broke updates
You need to log in
before you can comment on or make changes to this bug.
Description
•