Problem/Motivation
We suffer from random Draft deletes in Conductor.
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.
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.
This could also affect prod with staging sites.
We should disable this cleanup and configure a setting for enable it in production sites.
Issue fork conductor-3576222
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
isholgueras commentedComment #4
justafishComment #6
isholgueras commented