casualcore / casual

casual xatmi implementation
http://casual.laz.se
MIT License
7 stars 2 forks source link

Service manager ignores "global" when performing runtime configuration updates #377

Closed AlbsAgren closed 5 months ago

AlbsAgren commented 5 months ago
domain:
  name: ford_prefect
  global:
    # changing any of the below through, for instance, --configuration-edit or --configuration-post will have no effect
    service:
      execution:
        timeout:
          duration: "2min"
          contract: "kill"
lazan commented 5 months ago

Update state with 'global'

AlbsAgren commented 5 months ago

After further deliberation I think this works like its supposed to. Its not obvious that already advertised services should be updated with the new value, so I'm closing this.