Commit Graph

7 Commits (c2243752538da30b716d99b621757f165afb18d2)

Author SHA1 Message Date
Ricardo Pardini a726f88049
3-tier implementation of manifest caching (#57)
* implement manifest caching; refactor config with includes, and generate from ENVs in entrypoint.sh
- disabled by default; enable with -e ENABLE_MANIFEST_CACHE=true
- default times and regexes are a wild guess, make sure to tune for your use case.
-  add manifest caching/anti-ratelimit usage note to README
- add -e ENABLE_MANIFEST_CACHE=true to examples, some wording changes
- add -e ENABLE_MANIFEST_CACHE=true to one the steps in test workflow.
2020-10-30 18:54:10 +01:00
Ricardo Pardini 19ff1ccbcb GitHub Actions: fix building of -debug release versions by fixing build-args syntax in workflow files
- master/latest was already fixed.
2020-10-30 10:52:29 +01:00
Ricardo Pardini 0419eb4db7 during test, sleep 2s to allow the 1s stale manifest to occur 2020-10-08 16:28:13 +02:00
Ricardo Pardini 10bac0816b test workflow, naming and cosmetics 2020-10-08 15:27:34 +02:00
Ricardo Pardini 95bbab0f93 test workflow, add logging, fixes 2020-10-08 15:14:37 +02:00
Ricardo Pardini b4646a91ce experimental test workflow 2020-10-08 14:23:54 +02:00
Ricardo Pardini f031bb1919 experimental test workflow 2020-10-08 13:30:17 +02:00