Skip to content

4.0.4

Compare
Choose a tag to compare
@silbinarywolf silbinarywolf released this 08 May 23:53
· 5 commits to 4.0 since this release
b0a0c97
  • 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.