Skip to main content
Version: 10.3.2

Application properties

PropertyDescriptionDefault
management.logging.enabledEnable or disable runtime-logger-configurer auto configuration for Spring Boot.TRUE
server.servlet.session.timeoutSession timeout.35 m
ws.assignment.max-lock-timeMaximum time for which a user can lock an assignment.30 m
ws.assignment.lock-next-timeoutMaximum time for which a lock operation of the next assignment can be completed.30 s
ws.assignment.time-to-liveCompleted assignments created more than time-to-live days ago will be cleaned up.7 d
ws.assignment.abandonment-cronCron expression abandonment of expired assignments. Every minute by default.0 /1 * * ?
ws.assignment.abandonment-batch-sizeExpired assignments abandonment batch size. Allowed values: 1-1000.100
ws.assignment.cleanup-cronCron expression for assignment cleanup. Every day by default.0 0 0 * * ?
ws.assignment.cleanup-batch-sizeOutdated assignments cleanup batch size. Allowed values: 1-1000.20
ws.assignment.expiration-cronCron expression for assignment expiration. Every 3 minutes by default.0 0/3 * * * ?
ws.assignment.expiration-batch-sizeAssignment expiration batch size. Allowed values: 1-1000.10
ws.custom-queue.cache-sizeMaximum number of entries stored in the cache.5000
ws.custom-queue.cache-queue-sizeMaximum number of assignments stored in the custom queue cache. To disable the cache, set to 1.30
ws.custom-queue.cache-time-to-liveMaximum time for which a custom queue can be cached.5 s
ws.custom-queue.time-to-liveCustom queues created more than time-to-live days ago will be cleaned up.2d
ws.custom-queue.cleanup-cronCron expression for custom queue cleanup. Every 2 days by default.0 0 0 /2 ?
ws.user-group.cache-time-to-liveMaximum time for which user groups can be cached.5 m
ws.user-group.cache-sizeMaximum number of entries stored in the cache.5000
ws.token-requests-cache.enabledEnable or disable the caching of a user's refresh token.true
ws.token-requests-cache.time-to-liveTime 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.sizeMaximum number of entries stored in the cache.5000
ws.role-management.cronCron expression scheduling the role synchronization from Keycloak.0 0/5 ? *
ws.role-management.default-rolesDefault role names which shouldn't be removed during the Keycloak synchronization.Administrator, Manager, Worker
ws.filter-collaborator.cleanup-cronCron expression for shared queue cleanup. Every 2 days by default.0 0 0 /2 ?
ws.users.cache.timeToLiveTime to live for the models of the users retrieved from Keycloak120s
ws.users.cache.sizeMaximum number of entries stored in the cache.5000
ws.outdated-assigned-user.cleanup-cronCron expression for the assignment stakeholder cleanup. Every day by default.0 0 0 * * ?
tip

For Workspace secret properties, see Secure properties.