Skip to content

Requesting new option to avoid hitting daily_captures_limit #39

@barkoder

Description

@barkoder
$ curl -s -H 'Accept: application/json' -H 'Authorization: LOW AUTH:KEY' https://web.archive.org/save/status/user
{"available":8,"daily_captures":10199,"daily_captures_limit":10000,"processing":0}

Wayback machine has been slowly reducing the available page captures per user. It used to be 100,000 then 80,000, then 40,000. Now it's a mere 10,000 .

I've been hitting that limit every day these days.

So I'm requesting a new option.

If daily_captures_limit - daily_captures is below a certain specified number, then

  • user specifiable suboption A: sleep job until next UTC day begins.

OR

  • user specifiable suboption B: safely break out of the job immediately.

I need this feature because there are other important URLs that I need to reserve some captures for, and I don't want to hit the daily_captures_limit.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions