wose / satnogs-monitor

Terminal UI monitor for your SatNOGS ground station.
GNU General Public License v3.0
78 stars 6 forks source link

Update future jobs periodically. #20

Closed Alex-Programs closed 4 years ago

Alex-Programs commented 4 years ago

Or increase the rate/make it a parameter if it's already there, I tried to look for it but I'm not good with rust's syntax.

wose commented 4 years ago

Hi,

jobs are updated every 10 minutes. This guarantees to get the observation info before the observation starts as you can't schedule observations sooner than now + 10 minutes. I'd like to keep this as default since it creates the least api calls without missing observations, but I'll add a parameter so you can overwrite it.