Wiredcraft / fullpm

Kanban board for GitHub issues
https://wiredcraft.com/products/fullpm
1 stars 3 forks source link

`repos` end point not stable #27

Closed EcutDavid closed 8 years ago

EcutDavid commented 8 years ago

Recently, I'm tracking the bug which sometimes the board loading never ends.

And find the result finally, https://staging-kenhq.wiredcraft.net/api/repos/github/facebook/osquery

Sometimes the result will be

{
data: {
id: "facebook/osquery",
owner: "facebook",
name: "osquery",
description: "SQL powered operating system instrumentation, monitoring, and analytics.",
url: "https://api.github.com/repos/facebook/osquery",
html_url: "https://github.com/facebook/osquery",
created_at: "2014-07-29T20:27:33.000Z",
updated_at: "2016-08-02T14:01:57.000Z",
cachedAt: "2016-08-03T06:01:18.000Z"
}
}

Sometimes the result will be

{
data: {
id: "facebook/osquery",
owner: "facebook",
name: "osquery",
description: "SQL powered operating system instrumentation, monitoring, and analytics.",
url: "https://api.github.com/repos/facebook/osquery",
html_url: "https://github.com/facebook/osquery",
created_at: "2014-07-29T20:27:33.000Z",
updated_at: "2016-08-02T14:01:57.000Z",
cachedAt: "2016-08-03T06:02:05.000Z",
_rev: "1-238e656401050f5c1367e4c54f3ff0da",
metaDB: "/proxy/kenhq%2Fmeta%2Fgithub%2Ffacebook%2Fosquery",
cacheDB: "/proxy/kenhq%2Fcache%2Fgithub%2Ffacebook%2Fosquery"
}
}

And we need metaDB and cacheDB in the front end.

EcutDavid commented 8 years ago

@ChopperLee2011, can you have a look?(if you have time)

ChopperLee2011 commented 8 years ago

@EcutDavid it is fixed on staging server, pls confirm.

EcutDavid commented 8 years ago

It works well.