Skip to content

Conversation

@ParamThakkar123
Copy link
Contributor

No description provided.

# Create or update job
if job_id is None:
job_id = job_service.job_create(
type="DOWNLOAD_MODEL", status="STARTED", experiment_id=experiment_id, job_data="{}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is what you said during scrum but every job should have an experiment id associated to itself. Maybe we should try to reproduce the error first?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, my guess (at least for the diff above) is that experiment_id isn't getting passed to this function correctly so we should figure out why. I have theories but we should debug to figure out the source for sure!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah

Copy link
Member

@dadmobile dadmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should remove experiment_id to solve this problem. Let's first investigate why that isn't getting set in the first place as that might be a sign of some other issue.

We could also consider removing experiment_id from download jobs but only as a separate thing. I seem to remember considering this earlier and we decided it could create problems elsewhere.

@aliasaria
Copy link
Member

@dadmobile do you think we can archive this PR for now or is there some root issue we should still fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants