Ticket #15 (closed new feature: invalid)
async xexec actions
| Reported by: | niam | Owned by: | niam |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13.0 |
| Component: | Version: | ||
| Severity: | minor | Keywords: | |
| Cc: |
Description
Allow xexec actions run asynchronously w/ main action
Change History
Note: See
TracTickets for help on using
tickets.

Better approach is not to have async xexec hooks -> this will end up with numerous threads and order complexity but to allow detached xexec actions.
When xexec action is know not to change behavior of the caller it could be queued for delayed execution by dedicated thread. Use cases: logging, replication, notification, etc.