Source code for cfxdb.gen.mrealm.WorkerGroupStatus
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: mrealm
# Status of RouterWorkerGroups.
[docs]
class WorkerGroupStatus(object):
# Unset status.
# Initial status of a newly created worker group.
# The worker group is currently starting.
# The worker group is currently running.
# The worker group is currently paused (it is serving, but the watch/change engine doesn't operate).
# The worker group is currently stopping.
# The worker group is stopped in an error state.
# The worker group is currently running, but degraded (not all components and services desired are actually running at this moment, but some have failed, but may be retried automatically).