Scalability of Recurring Jobs

I am curious, since i haven’t read the source carefully enough, do you imagine hangfire would manage to support on the order of 100k recurring jobs? The simplest fashion for me to scale my current user job processing is for each user to get 2-3 recurring jobs and let those queue up on hangfire.

Sorry for the rather ambiguous question but i understand that hangfire (esp pro with redis) can handle many many fast jobs but just wanted to check with you about recurring jobs and if their is inherent more complexity for scaling the number of recurring jobs.