Sha256: 198f636a9cffea9eef70b7a965b09c4a8a003ffff098cdb8a6323e6fa55ab3bf
Contents?: true
Size: 748 Bytes
Versions: 25
Compression:
Stored size: 748 Bytes
Contents
Sham.url { Faker::Internet.domain_name + "/" + Faker::Internet.domain_word + ".jpg" } Sham.host { Faker::Internet.domain_name + '.local' } CloudCrowd::Job.blueprint do status { CloudCrowd::PROCESSING } inputs { ['http://www.google.com/intl/en_ALL/images/logo.gif'].to_json } action { 'graphics_magick' } options { {}.to_json } email { 'noone@example.com' } end CloudCrowd::NodeRecord.blueprint do host ip_address { '127.0.0.1' } port { 6093 } enabled_actions { 'graphics_magick,word_count' } max_workers { 3 } end CloudCrowd::WorkUnit.blueprint do job { CloudCrowd::Job.make } status { CloudCrowd::PROCESSING } input { '{"key":"value"}' } action { 'graphics_magick' } end
Version data entries
25 entries across 25 versions & 3 rubygems