Skip to content

Update

Improvements

  • To increase performance and punctuality of scheduled runs, multiple connections from the same ChronoLink account are now allowed to run at the same time.
    • Previously, we prevented this to make sure that users with many connections did not slow down other users.
    • Having recently rewritten our connection queue, we can now achieve the same goal in a better way: we always favor any due connection from users who have no currently running connection. Then, any leftover capacity is used to run additional connections for other users.
  • We made minor changes to the configuration page in order to make it less confusing:
    • The connection label field is now called "Name" and has a placeholder text to make its purpose more obvious. Also, it was moved to the top of the form, where one would expect a name field to be.
    • We added borders to the login, access and connection tables. This ensures they are still recognizable as tables even when they are empty. We now also display "You don't have access to any calendars yet" and "You don't have any connections yet" messages in that situation.