Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Create REBOOT.md
Browse filesHave you tried turning it on and off again?
The leaderboard often hangs up for a few days at a time, it would be nice if people can somehow indicate when it's stuck.
REBOOT.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
**The leaderboard often hangs up for a few days at a time.**
|
2 |
+
|
3 |
+
***It would be nice if people can somehow indicate when it's stuck.***
|
4 |
+
|
5 |
+
|
6 |
+
*People could print out their unix time & timezone with:*
|
7 |
+
|
8 |
+
```bash
|
9 |
+
date +%s%z
|
10 |
+
```
|
11 |
+
|
12 |
+
<table>
|
13 |
+
|
14 |
+
| Unix timestamp: *date +%s%z* | Why a reboot is needed | Username |
|
15 |
+
|----------|-------------|------|
|
16 |
+
| 1707318111-0500| stuck for 5 days | @nisten |
|
17 |
+
| next timestamp | next time | next user |
|
18 |
+
</table>
|