Deployment aware & REST deployment

Hi

I am trying to better understand the impact of turning off Deployment Aware in our docker image of Camunda, where deployments are done via REST.

We are hitting the issue found here.

We only have a single instance running. Will new deployments be automatically be picked up by Camunda of this setting is turned off ? What else will be impacted… ?

Thanks.

If this setting is turned off, the job executor picks up any job for execution, regardless if those jobs require a process application that provides resources for the process to work correctly (e.g. JavaDelegate implementations). If you do not use process applications anyway, you can switch it off.

Cheers,
Thorben