Skip to content

Conversation

@giurgiur99
Copy link
Contributor

@giurgiur99 giurgiur99 commented Dec 15, 2025

Fixes #1121

Changes proposed in this PR:

  • Await for jobs to be updated
  • Use set timeout
  • Validate docker image on pull. It will throw error if bad maifest/arch

@giurgiur99 giurgiur99 marked this pull request as ready for review December 16, 2025 12:14
if (queueMaxWaitTime === 0) {
if (algorithm.meta.container && algorithm.meta.container.dockerfile) {
this.buildImage(job, additionalDockerFiles)
const buildResult = await this.buildImage(job, additionalDockerFiles)
Copy link
Member

@alexcos20 alexcos20 Dec 16, 2025

Choose a reason for hiding this comment

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

hm.. if building the image takes 30 mins, this means that the entire compute queue goes unprocessed. As result:

  • compute jobs running more than allowed
  • new compute jobs are not started

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.

Monitor loop is over-checking for running jobs

3 participants