Direct Transfer: Investigate whether we can use `data_consistency: :delayed` in the workers
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=500752)
</details>
<!--IssueSummary end-->
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170349 is updated workers to use `data_consistency: :sticky` and I believe we can use `data_consistency: :delayed` since all jobs don't need to run immediately. They also have retries enabled which is a requirement for using the `delayed` option.
issue