You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule Engine plugin operations:
Rule Engine plugins must now implement two new operations:
- setup
- teardown
These operations were introduced as a way to control when a plugin's
configuration is loaded.
Static configuration should be moved from the start operation to
setup.
setup and teardown are executed during agent factory initialization
and shutdown. These operations are executed one time for the
lifetime of the agent factory. Agents never invoke these operations.
The text was updated successfully, but these errors were encountered:
From irods/irods@aefe05f.
The text was updated successfully, but these errors were encountered: