-
```
def put(method, params={})
request_hash = {}
request_hash[:headers] = common_request_hash
request_hash[:body] = params.to_json
IronCore::Logger.debug 'IronCore', "PU…
-
I see that you modified `puts` calls to `IronIO::Logger`. Well, while this is better than writing to the console unconditionally, there is still a lot of undesirable output going to the console throug…
-
We've had several people that don't know what's going on, but turns out it's picking up the wrong credentials. It should say: "Uploading to project: #{project_id}..." or something.
Re: #63
-
I tried scheduling a task to run every 30 seconds and API returned
400 Bad Request (Rest::Wrappers::RestClientExceptionWrapper)
Took me 15 minutes to figure out that run_every's minimum is 60 secon…
-
eg:
```
iron_worker upload script/pop_reader -n pop_reader
```
Returns:
```
E, [#19693] ERROR -- IronWorkerNG: No exec specified
/usr/lib/ruby/gems/1.9.1/gems/iron_worker_ng-0.6.3/lib/iron_worker_…
-
I'm not sure if this occurs only with cache misses, but the library shouldn't print anything to STDOUT unnecessarily
```
1.9.3p125 :013 > cache = IronIO.cache("test") # my wrapper around instantiatin…
-
Ran into this today in the public support room. Seems like it's possible for CURL to choke on TLS/SSL certs (saw it on Windows, no idea if it could be a cross-platform problem).
More info: http://uni…
-
The library currently ignores CURL errors, returning a confusing HTTP Status of 0 and no message.
Should check for HTTP status of 0 (or non-empty curl_error()) and set the message to curl_error().
(…
-
Library API was changed by commit https://github.com/romand-ironio/iron_worker_ruby_ng/commit/b0d48015dd9e81e67f19771944546c7f72d840eb
The way code objects are created have been changed: instead of
…