At the moment we unsubscribe whoever has subscribed to active_job notifications in the initialization process. Which leads to bugs and frustration. I either haven't seen the log subscriber once submitted the initial PR , or missed it somehow.
Description of changes
We have an opportunity to swap the log subscriber safely.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #98
At the moment we unsubscribe whoever has subscribed to
active_job
notifications in the initialization process. Which leads to bugs and frustration. I either haven't seen the log subscriber once submitted the initial PR , or missed it somehow.Description of changes
We have an opportunity to swap the log subscriber safely.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.