Skip to content

Admin Events

Admin-domain events extend BaseAdmin, which itself extends BaseProductionEvent. They are used for operator-assisted corrections and overrides on production jobs. BaseAdmin.post_processing() calls update_work_order() and flags the job with a forced marker. The ExtraUpdateRequestedEvent does not override _notification_subtopic, so it produces no broker notification after commit.

Events

EventEventType
ExtraUpdateRequestedEventEXTRA_UPDATE_REQUESTED

Released under the Apache 2.0 License.