Closed oesteban closed 4 years ago
yeah, I am yet to establish auto updates/recrawling of some datasets for which I know that it should just work... this could be the first one to tackle. Most likely to start with could be just a cron job on my end. Since if there is no changes - there would be not much traffic, could probably just run it quite frequently (hourly?)
hourly is way too much for templateflow - no traffic at all. But I guess that will allow you to check faster if things are okay.
The three targets specified above are currently handled by GH-actions automations:
- Maintains S3 buckets in sync with the repo.
- Updates the root directory if there are changes in the subdatasets
- Updates the client's skeleton (and removes such responsibility from the client's CircleCI workflow)
Write some code to run on circle or travis daily:
Additionally, when a new release of the manager is cut:
///templateflow
is ready?