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

save_reply_to_state overwrites path instead of inserting #199

Open
nritsche opened this issue May 26, 2020 · 0 comments
Open

save_reply_to_state overwrites path instead of inserting #199

nritsche opened this issue May 26, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@nritsche
Copy link
Contributor

The line save_reply_to_state: cluster in

description: "Get dynamic frequency map from fpga_master and insert into cluster config."
group: fpga_master
enforce_group: True
call:
  forward:
    - name: get-frequency-map
      # kill cluster if fpga_master relies with {}
      reply:
        type:
          fmap: dict
      on_failure:
        call: stop-cluster
      save_reply_to_state: cluster
callable: False
call_on_start: True
# The F-Engine needs 5min to restart and the frame0-time is checked every 5min to detect restarts.
# The frequency map should never change without a restart / the frame0-time changing as well.
# We therefor only check once per hour just to make sure nothing is going seriously wrong.
schedule:
  period: 61m

Overwrites the whole section cluster, instead of inserting the one key into it.

@nritsche nritsche added the bug Something isn't working label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant