changeset 3761:f14ff00ad82a

import_configuration: retries and wait parameter added for trigger function
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 25 Jun 2019 17:05:57 +0200
parents aea53775a3a7
children 98d5dd2f0ca1
files client/src/components/importconfiguration/ScheduledImports.vue
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/ScheduledImports.vue	Tue Jun 25 13:44:10 2019 +0200
+++ b/client/src/components/importconfiguration/ScheduledImports.vue	Tue Jun 25 17:05:57 2019 +0200
@@ -818,6 +818,8 @@
         data["depth"] = this.depth * 1;
         data["source-organization"] = this.sourceOrganization;
       }
+      if (this.waitRetry) data["wait-retry"] = this.waitRetry;
+      if (this.trys) data["trys"] = Number(this.trys);
       data["send-email"] = this.eMailNotification;
       this.triggerActive = false;
       this.$store