Skip to content
Snippets Groups Projects
Commit 2eb5198f authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' of git.ozg-sh.de:mgm/pluto

parents df9e4335 11ef3cc3
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public class DeleteUserScheduler {
@Autowired
private CommandService commandService;
@Scheduled(cron = "${ozgcloud.user.cleanup.cron:* * 1 * * *}")
@Scheduled(cron = "${ozgcloud.user.cleanup.cron:0 0 1 * * *}")
@SchedulerLock(name = "DeleteUserScheduler")
public void deleteUsers() {
try {
......
......@@ -13,3 +13,8 @@ pluto:
kop:
notification:
mail-from: ea@ozg-sh.de
ozgcloud:
user:
cleanup:
cron: 0 */10 * * * *
......@@ -72,6 +72,9 @@ ozgcloud:
password: MGM
templateGroup: Kiel
template: Halteverbot
user:
cleanup:
cron: 0 */5 * * * *
mongock:
transactionEnabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment