You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…until the configured timeout happens.
We now have a configured timeout for the API client as the following:
- Connection timeout: 0.5 seconds at most
- Response timeout: 5 seconds at most (yes, if the API is slow, we will consider it down)
And in the plugin, we have also implemented a check that has a timeout of 0.25 seconds (but always goes for 1 second anyway for some reason), and if we decide that the API is not responding fast enough, a warning saying that the plugin cannot connect to the API will be shown.
In the admin pages, an error will be shown, with the suggestion to contact the EduAdmin Support for help.
Fixed another possible injection in template variables in course list view.
fixes#153
We should be able to provide an error page when we have (scheduled/unexpected) downtime.
(or when the customers' account has been terminated, i.e. missing payment on invoices)
The text was updated successfully, but these errors were encountered: