Ref T13305. See that task for discussion.
This old migration may indirectly cause search index worker tasks to queue by loading handles. They'll fail since we later added dateCreated to the worker task table.
Use needHandles(false) (since we don't use them) to disable loading handles and avoid the problem.