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

Commit

Permalink
Astro: Schedule Jobs 30sec after midnight to ensure to be on the next…
Browse files Browse the repository at this point in the history
… day (#4131)

Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
  • Loading branch information
triller-telekom authored and maggu2810 committed Aug 31, 2017
1 parent 0d932b7 commit ee1f590
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ee1f590

Please sign in to comment.