Open dirmansebastian opened 6 years ago
it keep pushing blocks in queue,:
but, when i run ether_sql --settings='PersonalInfuraSettings' celery start -c1 -n worker3@%h
, to push data into database it stay as in next image and nothing happens, but it still keep push blocks in queue
it might be cause of my memory? if i add many workers, system cannot allocate memory, it just has 500 mb ram.. it might be also why i get killed when i try to push blocks into database with geth/infura?
Adding new blocks using an Infura node is not enabled yet with the library: https://github.com/analyseether/ether_sql/issues/54, it is in the pipeline.
The image says that the function push_blocks_in_queue
ran but not necessarily the blocks have been pushed in the database (this command is not yet enabled with infura).
Can you try this with a parity node?
trying to sync parity light node, but there are no peers, around 200k blocks left
2018-09-10 22:30:10 UTC Syncing #6117108 0xa7a6…8562 0 hdr/s 0+ 0 Qed #6117108 1/50 peers 664 bytes cache 0 bytes queue RPC: 0 conn, 0 req/s, 0 µs
some crazy stuff here or i'm blind/dumb/tired :)))
running ether_sql --settings='PersonalParitySettings' scrape_block_range --start_block_number 6308685 --no-fill_gaps
(envname) [23:14 ubuntu@ip-172-26-15-152 ether_sql] > ether_sql --settings='PersonalParitySettings' scrape_block_range --start_block_number 6308685 --no-fill_gaps
Usage: ether_sql [OPTIONS] COMMAND [ARGS]...
Error: Invalid value for "--settings": invalid choice: PersonalParitySettings. (choose from DefaultSettings, ParityTestSettings, PerrsonalParitySettings, PersonalGethSettings, PersonalInfuraSettings, TestSettings)
idk from where comes that dot
after PersonalParitySettings lol
@dirmansebastian were you able to resolve the mast bug? I retried and everything works fine ...
no luck, same problem :)))
Describe the bug AttributeError: 'Session' object has no attribute 'block_filter'
To Reproduce run
ether_sql --settings='PersonalInfuraSettings' celery start -c2 -B -Q celery_filters -n worker1@%h
, we get the error, but, it still push blocks in queque:it's there any problem if missing attribute block_filter?
Desktop (please complete the following information):