Skip to content

Commit

Permalink
release/0402-02 (#262)
Browse files Browse the repository at this point in the history
release/0402-02 (#262)
  • Loading branch information
Bisi3asi authored Apr 2, 2024
1 parent e1349c3 commit fae20b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions src/main/java/com/ll/eitcharge/global/aws/s3/S3Config.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ChargerBatchUpdateScheduler {
private final ChargerStateUpdateConfig chargerStateUpdateConfig;
private final ChargerService chargerService;

@Scheduled(cron = "0 20 10 * * *") // 운영용
@Scheduled(cron = "0 40 10 * * *") // 운영용
public void chargerBatchUpdateScheduled() {
while (!AppConfig.isAppInitialized || chargerStateUpdateConfig.isUpdateRunning()) {
try {
Expand Down

0 comments on commit fae20b4

Please sign in to comment.