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
Is your feature request related to a problem? Please describe.
When Importing hundreds of thousands of routes, there is a lot of processing that's required, which, for user experience reasons, shouldn't be done within the HTTP request.
Describe the solution you'd like
Leverage Jobs and Queues in Laravel on the importer and exporter to allow for long running tasks from the web ui. With these long running tasks, leverage the notification channels to update admins on the tasks.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When Importing hundreds of thousands of routes, there is a lot of processing that's required, which, for user experience reasons, shouldn't be done within the HTTP request.
Describe the solution you'd like
Leverage Jobs and Queues in Laravel on the importer and exporter to allow for long running tasks from the web ui. With these long running tasks, leverage the notification channels to update admins on the tasks.
The text was updated successfully, but these errors were encountered: