Marketing Support Solutions (MSS) / SPExpress (SPE) / Stitch Labs / Shopify Bridge
- Gain access to the FTP Server
- Parse dates out of files
- Have awareness of processed documents (Mongo?)
- Output dates into file names
# https://docs.shopify.com/api/introduction/api-call-limit | |
module ActiveResource | |
# 429 Client Error | |
class RateLimitExceededError < ClientError # :nodoc: | |
end | |
class Connection | |
RATE_LIMIT_SLEEP_SECONDS = 20 # number of seconds to sleep (by sleeping 20 you reset the clock to get 40 fresh burst calls with the default 2 calls/sec) |
Marketing Support Solutions (MSS) / SPExpress (SPE) / Stitch Labs / Shopify Bridge