Several notification calls block execution until dismissed. Notifications should always be fire-and-forget.
common/notifications.py- Central module usingsubprocess.run()(blocking)run_sync_topics.py- Has its own_send_notification()function (blocking, duplicated code)