Faster backend running on a list of 10k+

@allenyang talked about faster backend running on a list of 10k+.

Incredible news!

However, does this come with control making us able to catch (silent) failures on recursiveness done by Bubble (when doing manual recursive it’s possible to build in your own controls)? And perhaps even a possibility to listen in on the process being able to feedback progress to users?

Cheers, Peter

1 Like

The bulk operations update needs to allow:

  • Trigger from front-end and take parameters if desired
  • Monitor progress from front-end
  • Error handling (do if timeout might include the ability to-> retry, cancel, notify, trigger workflow)
1 Like