You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: