mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Clean up Redis VM objects after redis['data_ttl']
This commit is contained in:
parent
48a9ef0dfd
commit
7b97e58e0f
5 changed files with 47 additions and 3 deletions
1
vmpooler
1
vmpooler
|
|
@ -6,6 +6,7 @@ require 'rubygems' unless defined?(Gem)
|
|||
require 'lib/vmpooler'
|
||||
|
||||
Thread.new { Vmpooler::API.new.execute! }
|
||||
Thread.new { Vmpooler::Janitor.new.execute! }
|
||||
Thread.new { Vmpooler::PoolManager.new.execute! }
|
||||
|
||||
loop do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue