Re-enqueue Packages::TerraformModule::ProcessPackageFileWorker to create missing terraform module metadata

Description

On 2024-10-18 we had the time slot during which, the terraform module metadata wasn't created due to the issue Terraform module metadata is not created (#499808 - closed). There're about ~700 packages that miss metadata logs (internal).

Now, as the issue was fixed, we could create the background job to re-enqueue the background worker that will trigger the necessary services and create metadata.

Proposal

  • Create the background job to re-enqueue Packages::TerraformModule::ProcessPackageFileWorker to create missing terraform module metadata.
    • Don't drop all jobs at once but spread them a bit.
    • Ping someone from Scalability team for a review