ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Event handler after event should have fast action

Event handler after event should have fast action

Released in version 1.6 (03 March 2020)

Event handlers run often, for example on commit of an object. These event handler microflows should not have heavy actions.

The default does not consider retrieves and CRUD actions as heavy, because after commit you must be able to store the work.

See heavy actions for a detailed explanation on how to configure.