Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John Bergman 483 posts 1132 karma points
    Apr 09, 2021 @ 17:23
    John Bergman
    0

    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?

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Apr 09, 2021 @ 18:21
    Alex Skrypnyk
    0

    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

  • John Bergman 483 posts 1132 karma points
    Apr 09, 2021 @ 18:27
    John Bergman
    1

    Thanks. That's what I am doing now. I just wasnt sure if it needed to be earlier in the bootup process.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies