-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C2d docker some fixes #758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple of questions, by curiosity...
why are we opening a PR on another draft PR in progress? :-)
Why this?
containerInfo.Entrypoint = newEntrypoint.split(' ')
(have we tested the change? Are we sure it works the same?)
Why the 10 minutes for the free compute? Isn't that too much ? The initial idea was 30 secs, maybe something in between?
Regarding the image pull there are other open issues for it... including image checking on the registry
tkx
Yeah, I agree... We need to first focus on getting the initial PR merged before improving on it in different branches. @FilipMasar I would suggest that you leave comments and suggestions on #705 |
Hey @paulo-ocean @jamiehewitt15 , thanks for your comments. I spoke with @alex-ocean23 that I was testing this branch, found some issues and he told me that I can open PR. Let me know if something else works better for you. Sometimes its easier to propose a fix than to explain the issue. Feel free to close this PR. 10 minutes - because when I run it with debugger it already timeouted before I got to running algorithm flow. So probably unnecessary change - just for testing. Is this free compute intended to be available in production? Regarding this |
Because this is nowhere near a Ready PR. The compute flow was not working until two days ago, and getResults ended with uncaught exception in node. As regarding security, we have no tests yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
Regarding maxJobDuration
, we can leave it 10 mins as long as this is a draft PR.
For production, I think we will have an env var
What version of Docker are you running? |
fair enough, its still draft but we're overlapping work here |
Ok, but it was working for me |
@FilipMasar feel free to merge the PR then |
@alexcos20 @FilipMasar The |
@alexcos20 ok yeah, that's fair enough. Let's just make sure that we don't have the same issues fixed in two different PRs |
ok, i'm gonna merge the PR. I do have some doubts about some of the changes made here, specially the entrypoint, since we removed the |
Hey, sorry for late response |
The |
Changes proposed in this PR: