Using Funq's Request scope on Quartz.Net background threads

But container scope wouldn’t get disposed at the end of a request, or would it? If we want to share registrations between background and services, can we really avoid RequestScope?

Thanks