From @xqliang on Thu Oct 12 2017 07:22:45 GMT+0000 (UTC)
I want to do some process setup before starting any entrypoint, such as loading data from database to local memory via nameko-sqlalchemy DependencyProvider.
But the nameko-sqlalchemy is a DependencyProvider, and I can’t create a new DependencyProvider rely on it.
Can you introducing an initialization class method, which will be execute after all DependencyProvider started and before starting any EntryPoint?
Copied from original issue: https://github.com/nameko/nameko/issues/482