Skip to content

atorres757/resque-sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resque-Sharp

.NET implementation of Chris Wanstrath’s Resque, which is a Redis-based background processing framework.

Why?

Some jobs need to be run on Windows using .NET code. Some need to run in pure Ruby on UNIX. Some need to run in Java/JRuby. Now we can do all of the above with one job processing framework.

Dependencies

You’ll need JSON.NET and redis-sharp. I’ll see about bundling those in this repo time-permitting.

Contributing

This is just getting started and still bit of a mess. The VC# project needs to be cleaned up to point to relative paths for references, etc. Contributions are very welcome.

Once you’ve made your great commits:

1. "Fork"http://help.github.com/forking/ resque-sharp
2. Create a topic branch – `git checkout -b my_branch`
3. Push to your branch – `git push origin my_branch`
4. Create an Issue with a link to your branch
5. That’s it!

Author

Chad Fowler
chad@chadfowler.com
@chadfowler

About

.NET implementation of Resque, aiming to be fully compatible with the Ruby version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.1%
  • HTML 14.8%
  • Batchfile 0.1%