mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02: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