gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix cron


From: gnunet
Subject: [libeufin] branch master updated: fix cron
Date: Mon, 22 Jun 2020 14:57:36 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new d415825  fix cron
d415825 is described below

commit d4158259a783f8ec47c93447d7d3fd06c411c411
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jun 22 18:27:29 2020 +0530

    fix cron
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
index a0ea050..286e4d7 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
@@ -77,7 +77,8 @@ object NexusCron {
         val cronDefinition =
             CronDefinitionBuilder.defineCron()
                 .withSeconds().and()
-                .withMinutes().optional().and()
+                .withMinutes().and()
+                .withHours().and()
                 .withDayOfMonth().optional().and()
                 .withMonth().optional().and()
                 .withDayOfWeek().optional()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]