JetBrains Space Jobs "Waiting to start" all the time

Some of my projects took forever to start the automation. They're literally waiting until the deadline is exceeded (15min). I think it's something to do with my machine of choice:

resources {

cpu = 4.cpu

memory = 10.gb

}

 

Any suggestion?

0
1 comment

Fransiskawiratikusuma Hello,

Could you please check if the same job can be started using a different resource spec? E.g.: 

 requirements {
            resources {
                minCpu = 2.cpu
                minMemory = 7800.mb
            }
        }
0

Please sign in to leave a comment.