You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using rails 7.2 and we starting facing health check erros when we run a migration during a rolling update of our application.
Investigate the problem we saw that rails removed the deprecated check_pending! method in favor of check_all_pending!
Context
We are using rails 7.2 and we starting facing health check erros when we run a migration during a rolling update of our application.
Investigate the problem we saw that rails removed the deprecated
check_pending!
method in favor ofcheck_all_pending!
https://github.com/rails/rails/blob/0ad2334ae71e9a701f77887c8efd428a79a9c187/guides/source/7_2_release_notes.md?plain=1#L436
The text was updated successfully, but these errors were encountered: