Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
RelativeTimeTrigger correct trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kurz committed Jan 26, 2024
1 parent 451ceed commit 5b2534c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected RelativeTimeTrigger(MoreTriggerSDK sdk, TriggerProperties properties)
}
@Override
public void activate() {
String schedule = sdk.addSchedule(new CronSchedule("1 2 * * * ?"));
String schedule = sdk.addSchedule(new CronSchedule("1 0 * * * ?"));
sdk.setValue("scheduleId", schedule);
}

Expand Down

0 comments on commit 5b2534c

Please sign in to comment.