Skip to content

Adjust concurrent post deploy notification

Pavel Shutsin requested to merge adjust_concurrent_postmigrate_notification into master

Summary

This MR complements these doc changes. Concurrent queries in post migration are allowed to run up to 20 minutes, so here we adjust timing.

This MR does couple more minor things:

  • queries for concurrent index drop are properly detected as concurrent.
  • reformats affected files to comply with rubocop rules.

Merge request reports