Skip to content

Commit

Permalink
Reliable aux msg (#2380)
Browse files Browse the repository at this point in the history
* add reliable aux msg

* add retry

* Added reliable-aux-message

* Addessed PR comments

---------

Co-authored-by: Yan Cheng <[email protected]>
Co-authored-by: Yuan-Ting Hsieh (謝沅廷) <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2024
1 parent 0c30363 commit 6fbcef5
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvflare/apis/shareable.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ReservedHeaderKey(object):
AUDIT_EVENT_ID = ReservedKey.AUDIT_EVENT_ID
CONTENT_TYPE = "__content_type__"
TASK_OPERATOR = "__task_operator__"
ERROR = "__error__"


class Shareable(dict):
Expand Down
Loading

0 comments on commit 6fbcef5

Please sign in to comment.