#capjamesg[d]GWG how is your Microsub polling logic going?
#capjamesg[d]I added concurrency to mine today and it runs a lot quicker now.
#GWGaaronpk: Before the pandemic, you had changed how you track your plane flights and stopped doing the wifi tracking method. Did you iterate on that? Going to take my first flight since March 2020 soon
#aaronpkbasically the cron job is like "is there a flight scheduled in the next 5 minutes, if so, pull down the tracking info"
#aaronpk(it's a little more complicated than that but you get the idea)
#GWGaaronpk: It turns on before the flight though? The code you shared which I modified for my needs got the whole flight afterward? Did you change the approach to read point by point as the flight moves?