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 #89

Open
korydraughn opened this issue Dec 9, 2024 · 1 comment
Open

iRODS 5: Implement setup and teardown plugin operations #89

korydraughn opened this issue Dec 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@korydraughn
Copy link
Collaborator

korydraughn 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.
@korydraughn korydraughn added the enhancement New feature or request label Dec 9, 2024
@alanking
Copy link
Contributor

alanking commented Dec 9, 2024

This does not change anything for this issue in particular, but just leaving this here as well... irods/irods#7957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants