Right now, if there's an error and an API doesn't successfully pull data, it still updates its "last pulled" value, which means that window will never be pulled from again (more or less).
I'm thinking some sort of error flag should be set if there's an error in pulling, then checked at the end and acted upon.
Right now, if there's an error and an API doesn't successfully pull data, it still updates its "last pulled" value, which means that window will never be pulled from again (more or less).
I'm thinking some sort of error flag should be set if there's an error in pulling, then checked at the end and acted upon.