Skip to content

Instantly share code, notes, and snippets.

@gamerson
Created July 14, 2021 03:01
Show Gist options
  • Save gamerson/dba209fa962526eb0af96d53e15f9c0b to your computer and use it in GitHub Desktop.
Save gamerson/dba209fa962526eb0af96d53e15f9c0b to your computer and use it in GitHub Desktop.
debug timers
{
"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