HerokuScripts v0.0.3 mix pipeline_tasks View Source
This mix task wil run the given mix task on a pipeline of heroku. You can run it in the commandline with the app name a stage and the task you want to run.
It is optional to add the options waiting_time
and number_of_processes
.
The waiting time is the time that the task will be given before it gets
killed. The number of processes determines the amount of processes and connections
that are opened to Heroku.
It needs at least 3 arguments to run
Usage
# These arguments are required
mix PipelineTasks app_name stage YourTask
# With extra options
mix PipelineTasks app_name stage YourTask waiting_time=30000 number_of_processes=2