Dynamically load entry points
Bug #1627906 reported by
Ali Asgar Adil
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
stevedore |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Once the entry points for a namespace have been loaded at the launch of a program, any newly added entry points for the same namespace will not be loaded until the service/program is restarted.
A cache variable is used to load the entry points for a namespace, entry points are only added at first run.
To post a comment you must log in.
This is working as designed.
What's the use case for doing something different? We could potentially provide an API to clear the cache so an application can trigger a reload.