Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.17 KB

README.textile

File metadata and controls

33 lines (18 loc) · 1.17 KB

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
[email protected]
@chadfowler