The amount of weight (if any) which should be provided to the message queue for
servicing enqueued items on_initialize.
This may be legitimately None in the case that you will call
ServiceQueues::service_queues manually or set [Self::IdleMaxServiceWeight] to have
it run in on_idle.
The amount of weight (if any) which should be provided to the message queue for servicing enqueued items
on_initialize
.This may be legitimately
None
in the case that you will callServiceQueues::service_queues
manually or set [Self::IdleMaxServiceWeight
] to have it run inon_idle
.