There are still distributed rake tasks in mack core
Reported by Mark Bates | August 5th, 2008 @ 02:12 PM | in 0.7.0
The following tasks:
rake mack:ring_server:restart
Alias: mack:ring_server:restart => ['mack:ring_server:stop', 'mack:ring_server:start']
rake mack:ring_server:services:list
Lists all services on the ring server
rake mack:ring_server:start
Start the Rinda ring server
rake mack:ring_server:stop
Stop the Rinda ring server
Should be moved over to the mack-distributed gem.
Comments and changes to this ticket
-

Mark Bates August 5th, 2008 @ 02:31 PM
- → State changed from new to resolved
(from [5758548c727a8ae815609f7489dc6f00c06d139e]) Moved ring_server tasks to mack-distributed from mack core [#75 state:resolved]
-

Mark Bates August 5th, 2008 @ 02:32 PM
(from [60dadd07bd83108aef02960cc7d154a830c9d6e4]) Left over ring_server rake tasks [#75 state:resolved]
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.