We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e77ab8 commit 3d17e8bCopy full SHA for 3d17e8b
pkg/types/status/job_status.go
@@ -27,7 +27,7 @@ type BatchJobStatus struct {
27
spec.BatchJob
28
Status JobCode `json:"status"`
29
EndTime *time.Time `json:"end_time,omitempty"`
30
- BatchesInQueue int `json:"batches_in_queue,omitempty"`
+ BatchesInQueue int `json:"batches_in_queue"`
31
BatchMetrics *metrics.BatchMetrics `json:"batch_metrics,omitempty"`
32
WorkerCounts *WorkerCounts `json:"worker_counts,omitempty"`
33
}
0 commit comments