Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Astro: Schedule Jobs 30sec after midnight to ensure to be on the next… #4131

Merged
merged 1 commit into from Aug 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -52,7 +52,7 @@
*/
public abstract class AstroThingHandler extends BaseThingHandler {

private static final String DAILY_MIDNIGHT = "0 0 0 * * ? *";
private static final String DAILY_MIDNIGHT = "30 0 0 * * ? *";

/** Logger Instance */
protected final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
Expand Down