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

158 add ability for plugin pipeline external persistent processes #167

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cfirth-nasa
Copy link
Contributor

Services framework has been implemented and unit tests have been updated to cover modifications. Currently, no example services are provided. Deferring to reviewers on whether we ought to wait for an example to be implemented (and tested) before adding to the main branch. This Services implementation is expected to be fully backwards compatible with previous OnAIR implementations.

cfirth-nasa and others added 4 commits November 1, 2024 13:15
    - Add new initialized object in ExecutionEngine, the ServiceManager, which behaves as a singleton
        - When specified in the config (example & tutorial to come in a later commit), a Service is made an attribute of the ServiceManager
        - The ServiceManager can be imported in any plugin. As a singleton, when called to initialize, the original ServiceManager instance (along with instantiated Services) will be returned

    - Services are defined in the config and imported automatically when ServiceManager is first generated
…_services_dict FileNotFoundError message to align with parse_plugins_dict.
@cfirth-nasa cfirth-nasa added the enhancement New feature or request label Nov 14, 2024
@cfirth-nasa cfirth-nasa linked an issue Nov 14, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability for plugin-pipeline external, persistent processes
3 participants