-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
It would be useful to get notifications when long-running code uses too much memory. Then it could dynamically tune parallelism to ensure it doesn't overcommit.
Something similar to this interface would likely work:
type ReporterFunc func(percent float64)
func NewReporter(interval time.Duration, reporter ReporterFunc)WhileLoop, bep, dustin-decker and waybackarchiver
Metadata
Metadata
Assignees
Labels
No labels