Based on the work prepared in https://github.com/golemcloud/golem/issues/1036, make sure that each emitted oplog entry emits a fire-and-forget worker invocation to the enabled oplog processor plugins.
Applies to new oplog entries created in live mode
No broadcast during replay
When a new oplog processor is added, it needs to first get the full history of the worker before it gets new entries
Based on the work prepared in https://github.com/golemcloud/golem/issues/1036, make sure that each emitted oplog entry emits a fire-and-forget worker invocation to the enabled oplog processor plugins.