Move admin memberships export to sidekiq job
Currently the CSV generated in the admin/users page is done synchronously and then offered as a download. We need to update the CSV to use Max Role instead of direct membership role in the outputted CSV which will be more complex to generate so should be in a background job. Changelog: changed EE: true
Showing
Please register or sign in to comment