Skip to content

Creating/updating filterstream while supervisord is not running, does not update conf file #376

@kerchner

Description

@kerchner

...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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions