Skip to content

3.3.4

Compare
Choose a tag to compare
@silbinarywolf silbinarywolf released this 09 May 00:01
· 3 commits to 3.3 since this release
df9d16e

fix(PruneChangesBeforeJob): Remove unused / old code that retrieved a flat list of IDs as this can cause the job to not work if there are a lot of DataChangeRecord items.
fix(PruneChangesBeforeJob): Fix logic of priorTo so that it defaults to the last 3 months properly
fix(PruneChangesBeforeJob): Change steps to 1 as it's technically doing this in 1 step now, this is to avoid an issue where totalSteps=0 can occur and the job won't requeue itself.