jamf / scout-public

A tool to aggregate devices across multiple MDM servers
GNU General Public License v3.0
11 stars 3 forks source link

Run manual refreshes async #25

Open jacobschultz opened 5 years ago

jacobschultz commented 5 years ago

When running a manual refresh from the dashboard, the request often times out in large scout instances because the request only returns after all devices are requested, then updated.

The request should return right away, and the job should continue in the background.