Ian Costanzo

Results 223 comments of Ian Costanzo

@usingtechnology it may be a nit, but you could try moving your *use* of your `TenantManager` *outside* of your `on_startup()` method. I would presume that the `on_startup()` was for configuration...

My other thought is that we split the `ON_STARTUP` into: `ON_STARTUP_CONFIG` ... and then ... `ON_STARTUP_INITIALIZE` ... or something like that. We would call the `*_CONFIG` for all plugins followed...

I like the idea of having an explicit load order too ...