opsHealthNotifyFunc should use available context

Issue #234 resolved
Saxon Milton created an issue

The opsHealthNotifyFunc is currently using the background context, but places where this is called have ctx available in scope, so we should add a context.Context parameter so that we can provide the available ctx as an argument.

Comments (1)

  1. Log in to comment