Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobDispatcher ¶
type JobDispatcher struct {
// contains filtered or unexported fields
}
JobDispatcher uses the AWS ECS client to dispatch jobs
func New ¶
func New(ctx context.Context, pluginData map[string]string, discoveryProtocolHost string, logger logger.Logger) (*JobDispatcher, error)
New creates a JobDispatcher
func (*JobDispatcher) DispatchJob ¶
func (j *JobDispatcher) DispatchJob(ctx context.Context, jobID string, token string) (string, error)
DispatchJob will start an ECS task to execute the job
Click to show internal directories.
Click to hide internal directories.