Feature #13246
Add --limit option to task for caching XML representations
Status: | Verified | Start date: | 01/19/2020 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | XML import / export | |||
Target version: | Release 2.6.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Description
The task for caching XML representations has a --skip option, but no --limit option. For large caching jobs being able to "window" the caching would be desirable.
History
#1 Updated by Mike Cantelon over 2 years ago
- Status changed from New to Code Review
- Assignee deleted (
Mike Cantelon)
#2 Updated by Mike Cantelon over 2 years ago
- Status changed from Code Review to QA/Review
Merged into qa/2.4.x.
#3 Updated by Dan Gillean about 2 years ago
- Status changed from QA/Review to Verified
- Target version set to Release 2.6.0
Example usage
cache the first 5 records:
php symfony cache:xml-representations --limit=5
Skip the first 5 we already cached, and then cache the next 10:
php symfony cache:xml-representations --skip=5 --limit=10
#4 Updated by Dan Gillean about 2 years ago
- Requires documentation deleted (
Yes)
Docs added to 2.6 branch in: https://github.com/artefactual/atom-docs/commit/eccedfcc9ef5ba77ca6dc9142045bf83803241f8