Skip to content

Use executor for transaction hooks and delay scheduled tasks

Dominik Kunz requested to merge performance-optimizations into develop

Performance optimizations and fixes.

Uses ManagedExecutor to execute transaction hooks. Move all actions to transaction hooks.

Merge request reports