You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we authenticate once with model/version supplied in newJob, get worker_id from PyGrid and use it for all jobs.
Instead, we should authenticate for every newJob and store worker_id for given job only.
Why?
Each FL model has own auth settings, hence each job will have individual worker_id that works with corresponding model only.
What?
Currently we authenticate once with model/version supplied in
newJob
, getworker_id
from PyGrid and use it for all jobs.Instead, we should authenticate for every
newJob
and storeworker_id
for given job only.Why?
Each FL model has own auth settings, hence each job will have individual worker_id that works with corresponding model only.
Breakdown
newJob
worker_id
onJob
Additional Context
See https://github.com/OpenMined/PyGrid/issues/628
The text was updated successfully, but these errors were encountered: