mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-01 00:15:05 +01:00
Improve Compression Service
* Add Timing and more feedback * Introduce persistent last compressed timestamp
This commit is contained in:
@@ -42,6 +42,8 @@ type ArchiveBackend interface {
|
||||
|
||||
Compress(jobs []*schema.Job)
|
||||
|
||||
CompressLast(starttime int64) int64
|
||||
|
||||
Iter(loadMetricData bool) <-chan JobContainer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user