Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Removed debugging schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeinen committed Jun 25, 2021
1 parent 6b6c41e commit e62b21b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public WSSchedulingConfig(ApiKeyConfig apiKeyConfig, AppTokenDataService appToke

// Call method every 5 minutes starting at 0am, of every day
@Scheduled(cron = "${ws.authentication.cron:0 0/5 0 ? * *}")
@Scheduled(fixedRate = 30000, initialDelay = 10000)
public void updateAppTokens() {
logger.info("Updating app tokens");
final var appTokens = appTokenDataService.getAppTokens();
Expand Down

0 comments on commit e62b21b

Please sign in to comment.