Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iRODS 5: Implement setup and teardown plugin operations #283

Open
alanking opened this issue Dec 9, 2024 · 0 comments
Open

iRODS 5: Implement setup and teardown plugin operations #283

alanking opened this issue Dec 9, 2024 · 0 comments

Comments

@alanking
Copy link
Contributor

alanking commented Dec 9, 2024

From irods/irods@aefe05f.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant