Class | Hydra::RemoteTask |
In: |
lib/hydra/tasks.rb
|
Parent: | Hydra::Task |
Setup a task that will be run across all remote workers
Hydra::RemoteTask.new('db:reset')
Then you can run:
rake hydra:remote:db:reset
Create a new hydra remote task with the given name. The task will be named hydra:remote:<name>