Skip to content

Commit

Permalink
add missing associate jobs during message consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Jan 10, 2024
1 parent 8b4e313 commit 58c157f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/syft/src/syft/service/queue/zmq_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ def _run(self):
# Call Message Handler
try:
message = msg.pop()
self.associate_job(message)
self.message_handler.handle_message(
message=message,
syft_worker_id=self.syft_worker_id,
Expand Down

0 comments on commit 58c157f

Please sign in to comment.