Integrity check doesn't complete jrCore 6.1.0b6, jrAction 2.0.10
Using Jamroom
Not seeing that same thing here, but if you would send me your login details I'll take a look if you like. support at jamroom.
--edit--
The action_cleanup is getting into your activity logs via a queue worker, so probably unrelated to the integrity check issue.
The function fired in the queue in the background is jrAction_action_cleanup_worker() which looks like its looking for old values that previously were stored in the datastore for the Action module, but are now not used, so this is cleaning them up.
Changing 'action_original_item_id' to this format 'jrAction:(item id):create'
updated by @michael: 07/19/17 05:11:35PM