Removed an unneeded 'recurringOnLaunch' job schedule

pull/894/head
Morgan Pretty 1 year ago
parent 842ae25f14
commit 59fc91bc68

@ -45,13 +45,6 @@ enum _018_GroupsRebuildChanges: Migration {
.defaults(to: GroupMember.RoleStatus.accepted)
}
// Schedule the ProcessPendingGroupMemberRemovalsJob to run on launch
_ = try Job(
variant: .processPendingGroupMemberRemovals,
behaviour: .recurringOnLaunch,
shouldBlock: false
).migrationSafeInserted(db)
// Update existing groups where the current user is a member to have `shouldPoll` as `true`
try ClosedGroup
.joining(

Loading…
Cancel
Save