Created
July 14, 2021 03:01
-
-
Save gamerson/dba209fa962526eb0af96d53e15f9c0b to your computer and use it in GitHub Desktop.
debug timers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"completedTasks": [], | |
"pendingTasks": [ | |
{ | |
"finishTime": 0, | |
"id": 9, | |
"name": "Code Upgrade Proposal: debug-timer_sleep-60", | |
"startTime": 0, | |
"state": "2" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 10, | |
"name": "Code Upgrade Proposal: debug-timer_sleep-300", | |
"startTime": 0, | |
"state": "2" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 11, | |
"name": "Code Upgrade Proposal: debug-timer_sleep-3600", | |
"startTime": 0, | |
"state": "2" | |
} | |
], | |
"runningTasks": [ | |
{ | |
"finishTime": 0, | |
"id": 4, | |
"name": "Processing repository /repo", | |
"startTime": 1626230338867, | |
"state": "4" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 8, | |
"name": "Code Upgrade Proposal: debug-timer_sleep-10", | |
"startTime": 1626231367995, | |
"state": "4" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 6, | |
"name": "RepoProcessor: code-upgrade", | |
"startTime": 1626230348819, | |
"state": "4" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment