Skip to content

Is there a reason this script does not iterate over dates in larger chunks? #18

@ssolidus

Description

@ssolidus

Wouldn't this script be a lot faster if it loaded by chunks of weeks or months rather than everyday?

e.g.

Current behaviour:

  • 2018-01-01 to 2018-01-02
  • 2018-01-02 to 2018-01-03

Potentially better behaviour:

  • 2018-01-01 to 2018-01-10
  • 2018-01-10 to 2018-01-20

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