Disable DraftCleanup process in Conductor by default
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3576222. -->
Reported by: [isholgueras](https://www.drupal.org/user/733162)
Related to !163
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>We suffer from random Draft deletes in Conductor.</p>
<p>Sally found that it could be because the DraftCleanup services takes in consideration the site and only one database, but for devs, we have 1 site and multiple databases.</p>
<p>If I create a draft (dev1), and a second dev (dev2) executes the DraftCleanup in the background, the services detects that the draft created by the dev1 in dev1’s databases is considered as orphan, so it’s deleted.</p>
<p>This could also affect prod with staging sites.</p>
<p>We should disable this cleanup and configure a setting for enable it in production sites.</p>
issue