Skip to main content

3 posts tagged with "schedules"

View All Tags

🐞 Bug fix

  • Fixed error in the Schedules that if the configuration was in NO REPEAT and the day to start has passed, it tried to insert several times some data records.
  • Fixed error in the Schedulers when moving RUNNING ones from an Environment to another and the date of the scheduler to run has already past.
  • In the Environments, fixed that the name of Organization of the user was shown in the top bar instead of the Environment name.
  • In the Environments, fixed that only the creator of the project could invite users to the project in the Environment.

🚧 Improvement

  • The counter of the number of errors in an app is now reset when a successful response is received or there is an error handler defined in the App, and it has the option CONTINUE after a number of retries.
  • Improved the way the bottleneck object was calculating the time to be stopped when the option "MINUTE" was selected.
  • Improved the loading time of the list of flows and improved the screenshots quality.
  • For the preg_replace MACRO, the pipe character | can now be used in the first parameter of the function, so it can be used for the regular expression.

🚀 New feature

  • Bottleneck: This new system app allows us to control the number of data records to be executed at a specific time. It behaves as a counter, counting every data record that goes through it and stopping them once the limit is reached in the time-defined gap.

🚧 Improvement

  • Improved performance when loading the list of flows.
  • Improved speed when calculating the statistics of each environment.
  • Now It is possible to INSERT, UPDATE and DELETE SQL queries in the Execute SQL Query app, in addition to SELECT.