Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Job Queues
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Services
Job Queues
Commits
495b3ec4
Verified
Commit
495b3ec4
authored
4 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: typo in json
parent
586cb3b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/workspace.xml
+1
-2
1 addition, 2 deletions
.idea/workspace.xml
worker.go
+1
-1
1 addition, 1 deletion
worker.go
with
2 additions
and
3 deletions
.idea/workspace.xml
+
1
−
2
View file @
495b3ec4
...
...
@@ -6,7 +6,6 @@
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"9979eb22-471e-4f2f-b624-fd3edb5e8c6e"
name=
"Changes"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/manager_test.go"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/manager_test.go"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/worker.go"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/worker.go"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
...
...
@@ -256,7 +255,7 @@
<updated>
1734001333374
</updated>
<workItem
from=
"1734001335693"
duration=
"5602000"
/>
<workItem
from=
"1734012566872"
duration=
"4517000"
/>
<workItem
from=
"1734022155342"
duration=
"
253
000"
/>
<workItem
from=
"1734022155342"
duration=
"
424
000"
/>
</task>
<servers
/>
</component>
...
...
This diff is collapsed.
Click to expand it.
worker.go
+
1
−
1
View file @
495b3ec4
...
...
@@ -44,7 +44,7 @@ type Statistic struct {
TotalThreads
int
`json:"totalThreads"`
ActiveThreads
int
`json:"activeThreads"`
JobsAssigned
int
`json:"jobsAssigned"`
JobsCompleted
int
`json:"jobs
V
ompleted"`
JobsCompleted
int
`json:"jobs
C
ompleted"`
FailedJobs
int
`json:"failedJobs"`
TotalExecutionTime
time
.
Duration
`json:"totalExecution_time"`
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment