You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current version it's possible to enqueue action implementing the ShouldQueue interface. But in some case it could be nice to be able to enqueue only if the action is heavy (for instance exporting one row is not queued, but exporting more than 100 rows will be enqueued).
Proposition
A new interface CouldQueue could be used in the Maatwebsite\Excel to choose if the action should be enqueued or not depending on the request or the models.
With the current version it's possible to enqueue action implementing the
ShouldQueue
interface. But in some case it could be nice to be able to enqueue only if the action is heavy (for instance exporting one row is not queued, but exporting more than 100 rows will be enqueued).Proposition
A new interface
CouldQueue
could be used in the Maatwebsite\Excel to choose if the action should be enqueued or not depending on the request or the models.The text was updated successfully, but these errors were encountered: