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

Improve demo startup time #80

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Improve demo startup time #80

merged 1 commit into from
Feb 8, 2025

Conversation

mrmn2
Copy link
Owner

@mrmn2 mrmn2 commented Feb 7, 2025

Improve demo startup time by creating demo users upon user requests instead of during the container start in bootstrap.sh.

@mrmn2 mrmn2 force-pushed the improve_demo_mode_clean_up branch from 0a858d8 to 906b8a7 Compare February 8, 2025 09:57
Until now demo users were created in the bootstrap.sh script
during the container start when demo mode is activated. This
was really slow and resulted in the demo version being offline
for up to a minute after a restart.

With this update during the container start only the old data
will be cleaned up. Demo users are created on the fly by user
requests.
@mrmn2 mrmn2 force-pushed the improve_demo_mode_clean_up branch from 906b8a7 to 64a0aa2 Compare February 8, 2025 10:03
@mrmn2 mrmn2 merged commit 64a0aa2 into master Feb 8, 2025
4 checks passed
@mrmn2 mrmn2 deleted the improve_demo_mode_clean_up branch February 8, 2025 10:06
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