Do you need to call `myParallelBuildService.get()`...
# community-support
p
Do you need to call
myParallelBuildService.get()
inside a task action if you use a shared build service without any parameters to only limit parallelism?
v
No, you just have to have it as
@ServiceReference
or call
usesService
for the task
p
Thanks! Yes, of course I need to configure it.