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

Execute the bootstrappers in reverse order when reverting back to central #1161

Closed

Conversation

edrep
Copy link

@edrep edrep commented Nov 5, 2023

Bootstrappers order may be relevant in specific cases.
For example, when a custom bootstrapper queries the tenant database, it will be placed after the Database bootstrapper in the bootstrappers list and it must be reverted before the database connection is reverted back to central.

…context

Bootstrappers order may be relevant in specific cases.
For example, when a custom bootstrapper queries the tenant database, it will be placed after the Database bootstrapper and must be reverted before the database connection is reverted back to central.
@stancl
Copy link
Member

stancl commented Nov 5, 2023

For example, when a custom bootstrapper queries the tenant database

Curious what use case you have for this

@stancl stancl closed this Nov 21, 2023
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

Successfully merging this pull request may close these issues.

2 participants