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

Only allow config to be applied once #33

Merged
merged 1 commit into from
Oct 28, 2023
Merged

Conversation

apexatoll
Copy link
Owner

Ensures that services such as Sequel are only ever initialised once.
This is important as Sequel initialisation is not idempotent and can
only be ran once.

Ensures that services such as Sequel are only ever initialised once.
This is important as Sequel initialisation is not idempotent and can
only be ran once.
@apexatoll apexatoll force-pushed the allow-apply-config-once branch from 546f1c0 to c7f8511 Compare October 28, 2023 01:25
@apexatoll apexatoll merged commit ae4a97b into main Oct 28, 2023
3 checks passed
@apexatoll apexatoll deleted the allow-apply-config-once branch October 28, 2023 01:26
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.

1 participant