Fix 33_triage_ops database seed
All threads resolved!
All threads resolved!
Compare changes
- Lee Tickett authored
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.
+ 25
− 23
@@ -11,29 +11,31 @@ def seed!
@@ -11,29 +11,31 @@ def seed!
ApplicationSetting.current_without_cache.update!(allow_local_requests_from_web_hooks_and_services: true)