blitline_gem
blitline_gem copied to clipboard
Image processing in the cloud ruby gem
It looks like the application_id parameter of the initialize method in Blitline::Job is being thrown out instead of saved on the instance. While an easy workaround is to set it...
Hi, This is related #2, but unlike that suggestion, I would like to see if Blitline can provide a web service that does the following: - Accepts and authenticates the...
Hi, We use Blitline with long polling in order to process images for our website. We would like to tighten up error handling around this interaction. Specifically we'd like to...
Using the Terminator gem to kill requests for jobs that aren't in Blitline's cache anymore. Updated tests to include "results" root node which I believe is/should be there. Also, added...
Removing double json loading. Also, updating tests to include root "results" node.
Hi, the property `original_meta.data_created` is returning a date string of the form: > "2013:11:03 16:37:36" This is not a valid date format because the separator for the date components should...
I understand the recommended method in production is to use a callback, but for testing purposes it'd be nice to have a simple method to poll the status built into...
src_type should probable be added to the Job class. # job.src_type = "multi_page" ``` job.instance_variable_set(:@src_type, "multi_page") ```