Skip to content

InboxBlock

autogen.beta.network.rule.InboxBlock dataclass #

InboxBlock(max_pending=1000, overflow='reject')

Inbox capacity policy.

Only reject is enforced today; drop_oldest / drop_newest are recognised but treated as reject until the dispatch path grows the alternate behaviours.

max_pending class-attribute instance-attribute #

max_pending = 1000

overflow class-attribute instance-attribute #

overflow = 'reject'