| ... | ... | @@ -9,10 +9,12 @@ Updates user data from their home organization. At the moment this is achieved v |
|
|
|
|
|
|
|
###Properties
|
|
|
|
|
|
|
|
| Key | Value type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| last_update_older_than_millis | long | Users that have not been updated since this value in milliseconds, will be queried. |
|
|
|
|
| last_failed_update_older_than_millis | long | If the last updated failed, this value will be used for the next update minimum timerange |
|
|
|
|
| users_per_exec | integer | This value determines how many users are queried per job execution. In order to reduce load on the Identity providers, this value should be low, an the job should be scheduled more often. Ie. only 1 user, but every minute |
|
|
|
|
| Key | Value type | Default | Description |
|
|
|
|
| --- | --- | --- | --- |
|
|
|
|
| *last_update_older_than_millis* | long | | Users that have not been updated since this value in milliseconds, will be queried. |
|
|
|
|
| *last_failed_update_older_than_millis* | long | | If the last updated failed, this value will be used for the next update minimum timerange |
|
|
|
|
| users_per_exec | integer | 1 | This value determines how many users are queried per job execution. In order to reduce load on the Identity providers, this value should be low, an the job should be scheduled more often. Ie. only 1 user, but every minute |
|
|
|
|
|
|
|
|
Values in *bold* are required.
|
|
|
|
|
|
|
|
[Back to job classes overview](../job_classes) |
|
|
\ No newline at end of file |