You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/04/14 14:40:12 UTC

[incubator-dlab] 02/03: changed billing scheduler

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch DLAB-1571
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 2ef1b7d626843890df325b0f0b93bed0c3bbd830
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Tue Apr 14 16:28:29 2020 +0300

    changed billing scheduler
---
 services/self-service/self-service.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/self-service.yml b/services/self-service/self-service.yml
index 4e71316..4d6cad5 100644
--- a/services/self-service/self-service.yml
+++ b/services/self-service/self-service.yml
@@ -152,7 +152,7 @@ schedulers:
     cron: "0 */15 * ? * *"
   billingScheduler:
     enabled: true
-    cron: "*/50 * * ? * * *"
+    cron: "0 */15 * ? * *"
 
 
 guacamole:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org