Skip to content

Commit

Permalink
Merge branch 'dev' into fix_status_l0
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea authored Oct 8, 2024
2 parents 9ef5386 + 46c29bc commit 69c35a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/syft/src/syft/service/queue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ def handle_message_multiprocessing(
deployment_type=worker_settings.deployment_type,
)

# otherwise it reads it from env, resulting in the wrong credentials
worker.id = worker_settings.id
worker.signing_key = worker_settings.signing_key

# Set monitor thread for this job.
monitor_thread = MonitorThread(queue_item, worker, credentials)
monitor_thread.start()
Expand Down

0 comments on commit 69c35a2

Please sign in to comment.