Event Processing
Event Processing¶
Back to Home
The distributed runtime advances in discrete assignments: workers execute bounded slices locally while the server aggregates births, deaths, and telemetry. This document captures the ordering guarantees and hooks exposed for instrumentation.
Step Sequencing {#step-sequencing}¶
Summarize the order of operations inside LocalExecutor._execute_organism_timeslice
, execute_assignment
, and the accompanying server aggregation hooks (priority boosts, environment regeneration, reaping, logging). Update this section whenever new periodic jobs or throttling strategies are introduced.