Chunking bulk actions
We have a resource with around 20k models. When trying to do bulk actions we hit php memory limits due to the size of the models.
We are migrating from Nova to Filament with this.
Is there a way to chunk the action? The records themselves don't need to be queried directly but can be retrieved later when we fire the jobs.
We are migrating from Nova to Filament with this.
Is there a way to chunk the action? The records themselves don't need to be queried directly but can be retrieved later when we fire the jobs.