Queue / Executor
During installation, we ask you how many executors you want. What is it ?
Executor
An executor can run one build at a time, you can think of it as a thread. Your host machine will give you a limit on its own, which depends on the type of task you are running. For example, it is recommended to allocate 2 CPU cores if you run java tests.
You do a lot of build per day, do you need a lot of executors? consult


Queue
Nothing extraordinary here, if you request more build than there is available executor, your task will be queued and processed as soon as possible.


Last updated