Disable Automator Object-Cache

Add the following code snippet towards the end of your child themes functions.php

add_filter( 'automator_disable_object_cache', '__return_true', 99, 2 );