Skip to content

5.0.1

Compare
Choose a tag to compare
@silbinarywolf silbinarywolf released this 10 May 00:10
· 8 commits to master since this release
98b6a8f
  • 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.
  • Remove bad if-statement in PruneChangesBeforeJob that caused it to not execute at all