Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
From the documentation found at : https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server
It is unclear which interface (IUserComposer, etc) and whether the RuntimeLevel needs to be set a specific way.
Can anyone comment on how this should be setup?
Hi John
You have to use IUserComposer.
RuntimeLevel by default set to Run:
[RuntimeLevel(MinLevel = RuntimeLevel.Run)]
Checkout more info about RuntimeLevel - https://our.umbraco.com/documentation/implementation/composing/#runtimelevel
Thanks,
Alex
Thanks. That's what I am doing now. I just wasnt sure if it needed to be earlier in the bootup process.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Clarification on V8 usable of composition.SetServerRegistrar()
From the documentation found at : https://our.umbraco.com/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server
It is unclear which interface (IUserComposer, etc) and whether the RuntimeLevel needs to be set a specific way.
Can anyone comment on how this should be setup?
Hi John
You have to use IUserComposer.
RuntimeLevel by default set to Run:
Checkout more info about RuntimeLevel - https://our.umbraco.com/documentation/implementation/composing/#runtimelevel
Thanks,
Alex
Thanks. That's what I am doing now. I just wasnt sure if it needed to be earlier in the bootup process.
is working on a reply...