Check 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 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. Default every minute. | 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. Default every day. | 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. Default every 3 minutes. | 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 value 1. | 30 |
ws.custom-queue.cache-time-to-live | Maximum time that 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. Default every 2 days. | 0 0 0 */2 * ? |
ws.user-group.cache-time-to-live | Maximum time that 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 a caching user's refresh token. | true |
ws.token-requests-cache.time-to-live | Time period in seconds after which 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 |
tip
For WorkSpace secret properties, see WorkSpace secure properties.