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

optional dependencies (don't block startup) #64

Open
tjstebbing opened this issue Oct 9, 2024 · 1 comment
Open

optional dependencies (don't block startup) #64

tjstebbing opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@tjstebbing
Copy link
Contributor

For example, Dogenet tracks other dogenet nodes but if it has access to Core it can track the nodes Core caches, this is a good example of an optional dependency.

  "dependencies": [
    {
      "interfaceName": "core-rpc",
      "interfaceVersion": "0.0.1",
      "optional": true,      <<<<<<<<<<<<< proposed change
      "permissionGroups": [
        "RPC"
      ],
    },
@tjstebbing tjstebbing moved this to Todo in Dogebox Oct 9, 2024
@tjstebbing tjstebbing self-assigned this Oct 9, 2024
@raffecat
Copy link
Contributor

raffecat commented Oct 9, 2024

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Accepted / Todo
Development

No branches or pull requests

2 participants