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

Add synchronous jobs #10

Merged
merged 6 commits into from
Jan 26, 2022
Merged

Add synchronous jobs #10

merged 6 commits into from
Jan 26, 2022

Commits on Jan 9, 2020

  1. fix broken example yaml

    marthjod committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    7513334 View commit details
    Browse the repository at this point in the history
  2. Report failed scrapes

    Fixes justwatchcom#19
    
    Signed-off-by: Dominik Schulz <[email protected]>
    dominikschulz authored and marthjod committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f364d42 View commit details
    Browse the repository at this point in the history
  3. failed query = failed scrape (athena)

    - athena driver-based queries may break late (ie, not during connect)
    marthjod committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    93b1359 View commit details
    Browse the repository at this point in the history
  4. Do not attempt to parse MySQL DSNs as URLs

    they do not conform to the RFCs for web URLs, and Go 1.12.8+ enforce
    this.
    
    Instead of the parsed URL, keep the original connection string.
    
    This could probably be generalized for other databases, but I don't know
    if they have the same problem.
    
    Signed-off-by: Matthias Rampke <[email protected]>
    Matthias Rampke authored and marthjod committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    ce4896f View commit details
    Browse the repository at this point in the history
  5. Test with Go 1.13

    Signed-off-by: Matthias Rampke <[email protected]>
    Matthias Rampke authored and marthjod committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    3598703 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. bump version to 0.4.0

    marthjod committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    b22dbd0 View commit details
    Browse the repository at this point in the history