Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: poll interval to request Notion #9

Merged
merged 5 commits into from
Jun 4, 2024

Commits on May 23, 2024

  1. fix: poll interval to request Notion

    In order to know when the export is finished, the poll interval to Notion
    was set to 50ms. Notion didn't bother this one (I guess they didn't pay
    attention ever before) but from little time ago, on this very frequent
    request a 429 is being received. So, as the export use to take from
    seconds to minutes, was tested than a value of 5000ms is ok and
    don't bother Notion (for now...).
    Guille committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2ef1714 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: poll interval in config

    Add a property (optional) in the config to set the poll interval
    to check if the export has finished (default to 2000ms).
    Guille committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fbd7b2e View commit details
    Browse the repository at this point in the history
  2. chore: poll interval in config

    Removed as parameter function and make it mandatory in config.
    Guille committed May 24, 2024
    Configuration menu
    Copy the full SHA
    576dfcc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: missing poll interval value

    Set poll internal as an optional value in config and added private
    constant with a default interval value in the case the config one
    is not provided. Be aware it is used _only_ in a private method
    Guille committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7c5dce2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    4d01771 View commit details
    Browse the repository at this point in the history