punnP
Convex Community3y ago
5 replies
punn

Efficient backfills

Is there a more efficient backfill than this approach?

(backfilling
info
directly throws the function read limit error)

backfillForAllUsers:
  users = all users
  for user in users:
    schedule backfillForOneUser

backfillForOneUser:
  infos = this user's info[]
  for info in infos:
    patch info
Was this page helpful?