hstove / issue_stats

Analyze and compare how long it takes for Github issues to be closed.
issuestats.com
MIT License
184 stars 13 forks source link

"Enqueued to be updated 3 months ago" #14

Closed KangOl closed 9 years ago

KangOl commented 10 years ago

http://issuestats.com/github/odoo/odoo is stuck since 3 month?

Can you reset it? Maybe you can add some timeout functionality and reset repositories taking too much time to fetch data...

michael-k commented 9 years ago

Same here: http://issuestats.com/github/rg3/youtube-dl

singingwolfboy commented 9 years ago

Same here: http://issuestats.com/github/edx/edx-platform

nchammas commented 9 years ago

I'm seeing a similar issue here, where the repo has been "Enqueued to be updated less than a minute ago" for the past several hours.

ForNeVeR commented 9 years ago

Same here: www.issuestats.com/github/ForNeVeR/Tracktor

jfallows commented 9 years ago

Same here: http://www.issuestats.com/github/k3po/specification.wse

nchammas commented 9 years ago

@hstove Any update on the hung repos mentioned in this thread?

hstove commented 9 years ago

Thanks for the bug reports! Currently, if the 'refresh' background job fails, repositories get stuck in this limbo. I've added a link to 'refresh' the build again if an hour has passed since the report was last enqueued. There's more robust error handling I should do, but this quick fix allows the user to at least run the job again.

Go ahead and click 'refresh' at the bottom of the page for these repos and they will get re-ran.

Thanks!

nchammas commented 9 years ago

@hstove

http://issuestats.com/github/apache/spark

This repo appears as "enqueued to be updated a minute ago" and has been like that for many weeks. Therefore, the refresh link you mentioned doesn't show up.

Is there something else we can do to fix that repo?

hstove commented 9 years ago

That project was failing because it has issues disabled, and the report wouldn't get ran correctly. This has been fixed and reports will get ran for PRs even if issues are disabled. The page for Apache Spark is looking good now.

Thanks!

nchammas commented 9 years ago

Thank you! On 2015년 1월 12일 (월) at 오후 3:49 Hank Stoever notifications@github.com wrote:

That project was failing because it has issues disabled, and the report wouldn't get ran correctly. This has been fixed and reports will get ran for PRs even if issues are disabled. The page for Apache Spark is looking good now.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/hstove/issue_stats/issues/14#issuecomment-69643202.

hstove commented 9 years ago

I've checked all reported repositories and they're all functioning well. Thanks for the reports, and sorry it took so long!