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
I highly doubt that there were no changes to any of the repositories since then. Don't we run some cron job which tests if there are updates to already known datasets? obviously we might be not running enough of updates but we should get some and we should do them by looking first at the least recently updated -- i.e. with the oldest info_ts, and thus result in them being updated even if there is no actual updates from the remote.
The text was updated successfully, but these errors were encountered:
There is a cron job running, but I don't think the update logic is right as mentioned in #136. I will put in some changes to make update working starting with re-organizing the local cache as discussed in #125.
I highly doubt that there were no changes to any of the repositories since then. Don't we run some cron job which tests if there are updates to already known datasets? obviously we might be not running enough of updates but we should get some and we should do them by looking first at the least recently updated -- i.e. with the oldest
info_ts
, and thus result in them being updated even if there is no actual updates from the remote.The text was updated successfully, but these errors were encountered: