Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wasted time not updating? #11

Open
dsoegijono opened this issue Nov 23, 2017 · 1 comment
Open

Wasted time not updating? #11

dsoegijono opened this issue Nov 23, 2017 · 1 comment

Comments

@dsoegijono
Copy link

screen shot 2017-11-24 at 10 41 58

It's always been "less than a minute" since I created the account. I tried looking at the code and I found a rake task to run an update, but nothing in the code itself.

@timhabermaas
Copy link
Owner

timhabermaas commented Nov 24, 2017

Thanks for reminding me! This has been broken for quite some time because PostgreSQL's integer range is too small for some sum(singles.time). I've updated it to bigint (69d0a63) to gain some time before properly fixing this (using arbitrary precision Integers in Haskell).

I still need to setup a cron job within the Docker container for periodically updating that value, though. For now I ran the rake task manually. I should get to it sometime next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants