Skip to content

Commit

Permalink
Merge pull request #24 from singer-io/fix/date_window_to_1_day
Browse files Browse the repository at this point in the history
Reduce date window to 1 across the board
  • Loading branch information
dmosorast authored Dec 18, 2018
2 parents 13a181f + 72e2d2a commit bcd78e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_shopify/streams/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# We've observed 500 errors returned if this is too large (30 days was too
# large for a customer)
DATE_WINDOW_SIZE = 7
DATE_WINDOW_SIZE = 1

# We will retry a 500 error a maximum of 5 times before giving up
MAX_RETRIES = 5
Expand Down

0 comments on commit bcd78e1

Please sign in to comment.