Fix 33_triage_ops database seed
All threads resolved!
All threads resolved!
Compare changes
+ 25
− 23
@@ -11,29 +11,31 @@ def seed!
One of our seed scripts creates a personal_access_token but errors out because of issues with hooks inside of transactions.
This MR wraps the seed in Sidekiq::Worker.skipping_transaction_check
to prevent the error.
Run:
bundle exec rake db:seed_fu FILTER=33_triage_ops SEED_TRIAGE_OPS=true
On master (watch it explode).
Now run it on this branch (and celebrate
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.