We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1920f94 + 298d63e commit 3da22bdCopy full SHA for 3da22bd
tx-backend/src/main/java/org/eclipse/tractusx/traceability/assets/domain/importpoc/PublishAssetsJob.java
@@ -46,7 +46,7 @@ public class PublishAssetsJob {
46
private final AssetAsPlannedRepository assetAsPlannedRepository;
47
private final PublishService publishService;
48
49
- @Scheduled(cron = "* 30 */1 * * ?", zone = "Europe/Berlin")
+ @Scheduled(cron = "0 30 */1 * * ?", zone = "Europe/Berlin")
50
public void publishAssets() {
51
log.info("Start publish assets cron job");
52
List<AssetBase> assetsAsBuiltInSync = assetAsBuiltRepository.findByImportStateIn(ImportState.IN_SYNCHRONIZATION);
0 commit comments