Is there a limit to maximum number of parallel scheduled jobs we can create on Hangfire?
For example:
We are scheduling 10,000 jobs at the same time.
Will it cause impact on hangfire server?
How would it handle the request in case multiple failure (2000 jobs) in there?