Whenever we run PopulateAccountWallets to sync Circle wallets with our account_wallets table, there are a bunch of entries in circle_uc that have circle wallet IDs that do not exist in Circle.
Add an active field in the circle_uc table, and when running the task, only check for active entries. If the user is not found, mark as inactive.