Application properties
| Property | Description | Default |
|---|---|---|
management.logging.enabled | Enable or disable runtime-logger-configurer auto configuration for Spring Boot. | TRUE |
server.servlet.session.timeout | Session timeout. | 35 m |
ws.assignment.max-lock-time | Maximum time for which a user can lock an assignment. | 30 m |
ws.assignment.lock-next-timeout | Maximum time for which a lock operation of the next assignment can be completed. | 30 s |
ws.assignment.time-to-live | Completed assignments created more than time-to-live days ago will be cleaned up. | 7 d |
ws.assignment.abandonment-cron | Cron expression abandonment of expired assignments. Every minute by default. | 0 /1 * * ? |
ws.assignment.abandonment-batch-size | Expired assignments abandonment batch size. Allowed values: 1-1000. | 100 |
ws.assignment.cleanup-cron | Cron expression for assignment cleanup. Every day by default. | 0 0 0 * * ? |
ws.assignment.cleanup-batch-size | Outdated assignments cleanup batch size. Allowed values: 1-1000. | 20 |
ws.assignment.expiration-cron | Cron expression for assignment expiration. Every 3 minutes by default. | 0 0/3 * * * ? |
ws.assignment.expiration-batch-size | Assignment expiration batch size. Allowed values: 1-1000. | 10 |
ws.custom-queue.cache-size | Maximum number of entries stored in the cache. | 5000 |
ws.custom-queue.cache-queue-size | Maximum number of assignments stored in the custom queue cache. To disable the cache, set to 1. | 30 |
ws.custom-queue.cache-time-to-live | Maximum time for which a custom queue can be cached. | 5 s |
ws.custom-queue.time-to-live | Custom queues created more than time-to-live days ago will be cleaned up. | 2d |
ws.custom-queue.cleanup-cron | Cron expression for custom queue cleanup. Every 2 days by default. | 0 0 0 /2 ? |
ws.user-group.cache-time-to-live | Maximum time for which user groups can be cached. | 5 m |
ws.user-group.cache-size | Maximum number of entries stored in the cache. | 5000 |
ws.token-requests-cache.enabled | Enable or disable the caching of a user's refresh token. | true |
ws.token-requests-cache.time-to-live | Time period in seconds after which the access token is synced or updated from Keycloak. The period after which changes in Keycloak are applied in WorkSpace. | 10 s |
ws.token-requests-cache.size | Maximum number of entries stored in the cache. | 5000 |
ws.role-management.cron | Cron expression scheduling the role synchronization from Keycloak. | 0 0/5 ? * |
ws.role-management.default-roles | Default role names which shouldn't be removed during the Keycloak synchronization. | Administrator, Manager, Worker |
ws.filter-collaborator.cleanup-cron | Cron expression for shared queue cleanup. Every 2 days by default. | 0 0 0 /2 ? |
ws.users.cache.timeToLive | Time to live for the models of the users retrieved from Keycloak | 120s |
ws.users.cache.size | Maximum number of entries stored in the cache. | 5000 |
ws.outdated-assigned-user.cleanup-cron | Cron expression for the assignment stakeholder cleanup. Every day by default. | 0 0 0 * * ? |
tip
For Workspace secure properties, see the guide.