Skip to content

cache (new feature): add '-j' (--jobs=NUM) to control concurrency #81

@salewski

Description

@salewski

The fix for issue #80 introduced the ability for the ads-github-cache program to update concurrently the individual pages within "paged collections". The current implementation, however, is unconstrained in the sense that it simply spawns a background process for each page of a given collection. It would be nice to be able to control the number of such background processes via a command line option.

For similarity to other familiar tools, the syntax should take the form:

    -j jobs, --jobs=NUM

Since concurrency is the default, the NUM argument is required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    resolution:fixedRead as "fixed OR done OR implemented OR answered"status:resolvedtype:featureAdds a new capability or behavioral property

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions