feat: add option to seed more workshops#2331
Draft
davidmillen50 wants to merge 1 commit intocodebar:masterfrom
Draft
feat: add option to seed more workshops#2331davidmillen50 wants to merge 1 commit intocodebar:masterfrom
davidmillen50 wants to merge 1 commit intocodebar:masterfrom
Conversation
To have more workshops seeded in local planner database I've added the option of seeding high volumes of workshops or fewer based on the SEED_HIGH_VOLUME_OF_WORKSHOPS env variable. When set to false the number of workshops seeded will be the historical value of 6 compared to when set to true when 10,000 workshops will be seeded. I’ve also added the option to seed without logging each record creation so that seeding can take place faster. If you set the environment variable SILENT_SEED to true then the logging will be hidden. When both env variables are not set the seeding will occur as it has in the past with fewer workshops and with record creation being logged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To have more workshops seeded in local planner database I've added the option of seeding high volumes of workshops or fewer based on the
SEED_HIGH_VOLUME_OF_WORKSHOPSenv variable. When set tofalsethe number of workshops seeded will be the historical value of 6 compared to when set to true when 10,000 workshops will be seeded.I’ve also added the option to seed without logging each record creation so that seeding can take place faster. If you set the environment variable
SILENT_SEEDto true then the logging will be hidden. When both env variables are not set in the env file the seeding will occur as it has in the past with fewer workshops and with the creation of records being logged.