Buck Ryan
Buck Ryan
With the following `project.clj`: ``` clojure (defproject thing "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.5.1"] [ring/ring-json "0.3.1"] [ring/ring-jetty-adapter "1.3.0"]] :plugins...
Currently (as of at least version 0.6.0) the only handling of jobs that are left permanently in progress is that the cleanup thread will remove the job from the "inflight"...
The current way of cleaning up data in Redis is twofold: 1. When a job is queued it is given a TTL of 60 days so Redis will automatically clean...
Change description
This updates the merge request in https://github.com/singer-io/tap-hubspot/pull/80 so that it lifts the properties dictionary to the top level. The existing merge request only modified the schema generation. Testing: - Generated...