mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
c737ce992d
Modifying schema-sync implementation to use polling for OSS/Pro. Invalidations are now propagated via the `hdb_catalog.hdb_schema_notifications` table in OSS/Pro. Pattern followed is now a Listener/Processor split with Cloud listening for changes via a LISTEN/NOTIFY channel and OSS polling for resource version changes in the metadata table. See issue #460 for more details. GitOrigin-RevId: 48434426df02e006f4ec328c0d5cd5b30183db25 |
||
---|---|---|
.. | ||
migrations | ||
catalog_metadata.sql | ||
catalog_version.txt | ||
catalog_versions.txt | ||
clear_system_metadata.sql | ||
console.html | ||
drop_pg_source.sql | ||
init_pg_source.sql | ||
initialise.sql | ||
introspection.json | ||
mssql_table_metadata.sql | ||
pg_function_metadata.sql | ||
pg_table_metadata.sql | ||
schema.graphql | ||
table_meta.sql | ||
trigger.sql.shakespeare |