Skip to content

Python Package Sentry Install notifies restart on every run #18

Description

@klyonrad

all other subscriptions in _service.rb are working fine,
however the python_package[#{node["sentry"]["pipname"]}]" always notifies the ressources for restart.
I have not found a work around and need to remove that resource from the collection. Can someone confirm this issue?

subscribes_resources = [
   "template[#{node["sentry"]["config_file_path"]}]",
   "python_package[#{node["sentry"]["pipname"]}]"
 ] +
   node["sentry"]["database"]["pipdeps"].map do |dep|
     dep_name, _ = dep
     "python_package[#{dep_name}]"
   end +
   node["sentry"]["plugins"].map do |plugin|
     plugin_name, _ = plugin
     "python_package[#{plugin_name}]"
   end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions