You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I'm misunderstanding something, it looks like when we poll for latest changes, this is always done as an absolute check for changes made within one week of the rake task being run, but there is no guarantee that it was run within the last week, which means changes can easily get missed.
Safest approach might be store and use the commit hash on the repos) from the last time the script was run?