During the initialization of storage providers, we queue up jobs that were held during the provider loading phase. After all the storage providers have finished loading, and just before we change the health status of the service to initialized state, we do some post processing where we execute all the queued jobs. By default, we have an upper limit of 500 jobs we can process. If more than that need processing we hit this issue.