diff options
Diffstat (limited to 'tools/process.go')
-rw-r--r-- | tools/process.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/process.go b/tools/process.go index a01f2b24..a6eb1139 100644 --- a/tools/process.go +++ b/tools/process.go @@ -15,7 +15,7 @@ type ProcessState struct { Status string `json:"status"` // Number of worker executions. - NumJobs int64 `json:"numExecs"` + NumJobs uint64 `json:"numExecs"` // Created is unix nano timestamp of worker creation time. Created int64 `json:"created"` |