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
Is your feature request related to a problem? Please describe.
Currently, scraping_blocks and following the head of the chain are divided into two different problems.
I want to create a single CLI command which performs both the operations together with a queue.
Describe the solution you'd like ether_sql --settings=YourSettings follow_head
The above command should:
0. Start a set of celery workers to push data from node to sql
Check for missing blocks between the psql and the node push them into the queue
Start the new_block_filter after the queue blocks and start the schedule queue to take tasks of searching for new blocks.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, scraping_blocks and following the head of the chain are divided into two different problems.
I want to create a single CLI command which performs both the operations together with a queue.
Describe the solution you'd like
ether_sql --settings=YourSettings follow_head
The above command should:
0. Start a set of celery workers to push data from node to sql
The text was updated successfully, but these errors were encountered: