I think this is because caas_base is initializing the flags on module import, rather than scheduling it for later using hookenv.atstart like the base layer does. At this point, none of the triggers are registered as none of the code in reactive/ has been discovered.
I have a trigger on config.changed, which is not firing:
I think this is because caas_base is initializing the flags on module import, rather than scheduling it for later using hookenv.atstart like the base layer does. At this point, none of the triggers are registered as none of the code in reactive/ has been discovered.