Skip to content

Commit 4a1e748

Browse files
committed
Use shedlock in invite
1 parent 52b4fb2 commit 4a1e748

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/invite/templates/serverapplication.yml.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ logging:
77
org.springframework.security: WARN
88
com.zaxxer.hikari: ERROR
99
invite: DEBUG
10+
net.javacrumbs.shedlock: DEBUG
1011

1112
server:
1213
port: 8080
@@ -74,11 +75,11 @@ crypto:
7475
private-key-location: file:///private_key_pkcs8.pem
7576

7677
cron:
77-
user-cleaner-expression: "0 0/30 * * * *"
78+
#user-cleaner-expression: "0 0/30 * * * *"
7879
user-cleaner-lock-at-least-for: "PT5M"
7980
user-cleaner-lock-at-most-for: "PT28M"
8081
last-activity-duration-days: 1000
81-
role-expiration-notifier-expression: "0 0/30 * * * *"
82+
#role-expiration-notifier-expression: "0 0/30 * * * *"
8283
# Set to -1 to suppress role expiry notifications
8384
role-expiration-notifier-duration-days: 5
8485
role-expiration-notifier-lock-at-least-for: "PT5M"

0 commit comments

Comments
 (0)