Skip to content

Commit

Permalink
deltaproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrems committed Sep 15, 2023
1 parent e8dcda7 commit 5a3275d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/metaproxy/deltaproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
SaltInvocationError,
SaltSystemExit,
)
from salt.utils.decorators.arcanite_gestion import fire_started_event_job_wrapper
from salt.minion import ProxyMinion
from salt.utils.event import tagify
from salt.utils.process import SignalHandlingProcess, default_signals
Expand Down Expand Up @@ -609,6 +610,7 @@ def target(cls, minion_instance, opts, data, connected, creds_map):
ProxyMinion._thread_return(minion_instance, opts, data)


@fire_started_event_job_wrapper
def thread_return(cls, minion_instance, opts, data):
"""
This method should be used as a threading target, start the actual
Expand Down Expand Up @@ -858,6 +860,7 @@ def thread_return(cls, minion_instance, opts, data):
log.exception("The return failed for job %s: %s", data["jid"], exc)


@fire_started_event_job_wrapper
def thread_multi_return(cls, minion_instance, opts, data):
"""
This method should be used as a threading target, start the actual
Expand Down

0 comments on commit 5a3275d

Please sign in to comment.