echocat / adam

Addon which enhances all user profiles of confluence. It also adds an advanced people directory. The whole addon is configurable by means of an XML, can be localized, supports Velocity templates and supports view and edit restrictions.
https://adam.echocat.org
GNU Lesser General Public License v3.0
11 stars 15 forks source link

Ability to set sync interval #64

Closed raphrenn closed 7 years ago

raphrenn commented 7 years ago

Would it be possible to manually set the synchronisation interval? We have a lot of users in our site so the plugin currently generates 30,000+ entries in the confluence index queue for every sync job, blocking the news feed from being updated for about 20 minutes. Syncing the data only once or twice a day would be more than enough for us.

Thanks in advance, Raphael

blaubaer commented 7 years ago

Hi @raphrenn!

This is already possible.

  1. Navigate with your browser to your Scheduler settings page https://<my confluence server>/admin/scheduledjobs/viewscheduledjobs.action
  2. Search on this page for row of Synchronize LDAP users details.
  3. Click on Edit.
  4. In the following dialog you can modify this interval using cron expression to your desired version. (See: documentation of Atlassian about cron expression for more details.)

I hope this helps. Gregor