...and therefore, when supervisor is started, the filterstream either:
- in the case of an update to the parameters, won't reflect the updated parameters
- in the case of enable/create, won't start at all
because in these cases, the conf file hasn't been updated or created. The solution would likely be to move create_conf_file(instance.id) (
|
create_conf_file(instance.id) |
) up a line and outside of the
if instance.is_active is True: clause.