Overrides

This page will describe in detail what is override and how to use it in apollo bot

What is an override?

The function "override" is used to overwrite existing configuration of a role on top of another. To better understand the term please refer to the images shown below.

Case #1 (override has been disabled)

In this case I have two roles which have their override setting set to False. Which means all of the role's claimtimes will be added individually to calculate the total claimtime.

roles dummy and mgmt have their overrides set to False

Case #2 (override has been enabled)

In this case I have three roles including the roles as shown in the previous screenshot(s), but Apollo only calculates for my role which has its override setting enabled. Hence, override allows you to bypass all other claimtime(s) which you may have.

role owner as its override set to True

This feature can be used in many ways when you don't want a specific role to have more than desired amount of claimtime.

Syntax usage:

<> = Required argument (mandatory and must be included)

[] = Optional argument (not necessary to be included)

Last updated

Was this helpful?