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
Did you search for an existing issue or pull request?
Description
Currently, hot schema reload is triggered by incrementing the schemaMigrationCount on the _metadata table. But the issue is that it would increment on every restart.
With the introduce of schema migration feature and the refactor to store.service I think hot schema reload should also be reworked to better suit the current implementation of things.
Details
These details can help to reproduce the environment the issue is occurring
Local Environment: [You can get this information from executing subql version.] Query Version: [What is the version of the query service?] Indexer Version: [What is the version of the indexer service?] Network Details:
[Network]
[Block height, a block height where the issue is happening]
[Dictionary endpoint, if used]
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Example project: [A link to a minimal example that can reproduce the issue]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Any other information
Is there any other information you would like to add?
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Currently, hot schema reload is triggered by incrementing the
schemaMigrationCount
on the_metadata
table. But the issue is that it would increment on every restart.With the introduce of schema migration feature and the refactor to
store.service
I think hot schema reload should also be reworked to better suit the current implementation of things.Details
These details can help to reproduce the environment the issue is occurring
Local Environment: [You can get this information from executing
subql version
.]Query Version: [What is the version of the query service?]
Indexer Version: [What is the version of the indexer service?]
Network Details:
Steps to Reproduce
Example project: [A link to a minimal example that can reproduce the issue]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Any other information
Is there any other information you would like to add?
The text was updated successfully, but these errors were encountered: