@( isPaused: Boolean, interval: String, count: Int, recentRecordKeys: List[String], ) Reaper

Reaper

When active, on each execution of the 'reaper', it will both...

@if(isPaused) {

Reaper is currently paused.

} else {

Reaper is currently running (up to @count images every @interval)

}

Records from last 48 hours (UTC timestamps)

@recentRecordKeys.map { key => @key
}