When we use ignorePromiseRejections inside a script, it can cause problems because the SQL connection can be shut down before the operation concludes.
As such, we have a pattern to await in those cases. You can see we're already using that pattern in the same file for deletionUpdatesPromise.