HSLdevcom / jore4

Public transport registry
European Union Public License 1.2
4 stars 2 forks source link

As a developer I want Hasura to maintain connection to Tiamat remote schema even when there are disruptions. #1730

Open culka opened 3 months ago

culka commented 3 months ago

When there are disruptions to the connection to the Tiamat remote schema, Hasura will stop all communication attempts until a reload schmea command is sent. This can be done as a http request, and is done when starting the environment up.

Find out if it is possible to start a cron job or similar on the Hasura container, which monitors the remote schema status and sends a reload command if an error is encoutered.

Note: helps also the production usage, when it tries to fix itself.