How do I ReQueue 50000+ Jobs without having to checkbox each job and paging over the failed jobs?

I’d like to ReQueue a bunch of jobs by name. (Now that the bug is fixed)

There are well over 100k errors. How do I use Hangfire internals to requeue all jobs of a given type?