mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-05 18:03:21 +08:00
Delete zombie sessions and instances (#71)
This commit is contained in:
committed by
Marcos Nils
parent
93226e30ff
commit
54045d02f6
@@ -1,7 +1,7 @@
|
||||
package services
|
||||
|
||||
type periodicTask interface {
|
||||
Run(i *Instance)
|
||||
Run(i *Instance) error
|
||||
}
|
||||
|
||||
var periodicTasks []periodicTask
|
||||
|
Reference in New Issue
Block a user