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

feat(): spool lifecycles should be configurable from core #47

Open
scott-wyatt opened this issue Oct 27, 2019 · 2 comments
Open

feat(): spool lifecycles should be configurable from core #47

scott-wyatt opened this issue Oct 27, 2019 · 2 comments

Comments

@scott-wyatt
Copy link
Contributor

lifecycle

Currently, each spool contains a spool.ts file that sets up it’s lifecycle. There is no way to override this if imported and that has always bothered me.
There’s got to be a good way to allow configuration of a lifecycle from the root app as an override. The configuration merging is done before the lifecycle starts anyways.

@jaumard
Copy link
Member

jaumard commented Oct 27, 2019

What would be a good use case for this ?
because normally what is configured under spool.ts is what the spool need to work correctly, so what's the point of overriding it ?

@scott-wyatt
Copy link
Contributor Author

scott-wyatt commented Oct 27, 2019 via email

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

No branches or pull requests

2 participants