Skip to content

Be consistent about waiting for the asyncronous event-listeners to finish in util scripts

Be consistent about waiting for the asyncronous event-listeners to finish in util scripts.

When we take certain actions on the database, it fires off some events which we react to and take further actions. This just better ensures that we allow some time for those actions to happen before closing the process.

Edited by Eric Eastwood

Merge request reports