Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Package Sentry Install notifies restart on every run #18

Open
klyonrad opened this issue Jan 3, 2017 · 0 comments
Open

Python Package Sentry Install notifies restart on every run #18

klyonrad opened this issue Jan 3, 2017 · 0 comments

Comments

@klyonrad
Copy link
Contributor

klyonrad commented Jan 3, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant