cloudist icon indicating copy to clipboard operation
cloudist copied to clipboard

Cloudist is a simple, highly scalable job queue for Ruby applications

Results 4 cloudist issues
Sort by recently updated
recently updated
newest added

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 to 1.13.1. Release notes Sourced from git's releases. Release v1.13.1 Full Changelog 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) 23a0ac4 Fix...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 3.2.6 to 3.2.12. Commits 1dccd44 bumping version 746dbd8 bumping version 43109ec CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. 8ba3df0 bumping version to 3.2.10 acc2aa4...

dependencies

``` [[email protected]:~/projects/cloudist(master)] $ rake WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task' (in RDoc 2.4.2+)' instead. at /Users/joe/.rvm/gems/ree-1.8.7-2011.03@n2/gems/rake-0.9.2.2/lib/rake/rdoctask.rb /Users/joe/.rvm/rubies/ree-1.8.7-2011.03/bin/ruby -S bundle exec rspec spec/cloudist/basic_queue_spec.rb spec/cloudist/job_spec.rb spec/cloudist/message_spec.rb spec/cloudist/messaging_spec.rb spec/cloudist/payload_spec.rb spec/cloudist/payload_spec_2_spec.rb...

I encountered the following exception when running the "make sandwich" examples with ruby1.8. If I run `ruby worker_client.rb 1` (to request only one sandwich because I'm not very hungry) worker...