mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Cleanup event object
This commit is contained in:
parent
2bf55be430
commit
6dad18f2fb
1 changed files with 1 additions and 0 deletions
|
@ -2625,6 +2625,7 @@ class Minion(MinionBase):
|
|||
opts=self.opts,
|
||||
listen=False)
|
||||
event.fire_event(beacons, '__beacons_return')
|
||||
event.destroy()
|
||||
|
||||
new_periodic_callbacks['beacons'] = tornado.ioloop.PeriodicCallback(
|
||||
handle_beacons, loop_interval * 1000)
|
||||
|
|
Loading…
Add table
Reference in a new issue