Potential optimizations of the parser/AMI to make it safer to work with the parser
[ ] Allow to interrupt parser
[ ] Parser schedule: setting parser to run @reboot and @daily would reduce risk of mid-parse shutdown, but impacts mempool recorder which relies on it being run consistently
[ ] Add parser status and stop methods to the Python interface
[ ] Maybe: reduce batch count from 10 mio to 1 mio tx to make parser interrupt quicker (not super useful on initial parse because updating the indexes will exceed any timeout that AWS will permit)
Potential optimizations of the parser/AMI to make it safer to work with the parser
@reboot
and@daily
would reduce risk of mid-parse shutdown, but impacts mempool recorder which relies on it being run consistently