The just api/init
command fails when executed repeatedly in succession
#4212
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
Description
The
load_sample_data.sh
script used to prepare the development environment loading the sample data is not completely idempotent. It often fails to create the ES indices if they already exist when it's expected to succeed every time it is run.Reproduction
The text was updated successfully, but these errors were encountered: