Class: ElasticBeans::Environment::Scheduler

Inherits:
ElasticBeans::Environment show all
Defined in:
lib/elastic_beans/environment/scheduler.rb

Overview

The “scheduler” environment for processing periodic tasks.

Constant Summary collapse

TYPE =

:category: Internal

"scheduler"
TIER_NAME =

:category: Internal

"Worker"
TIER_TYPE =

:category: Internal

"SQS/HTTP"

Constants inherited from ElasticBeans::Environment

DEGRADED_TIMEOUT, TEMPLATE_NAME, WAIT_TIMEOUT, WORKER_TEMPLATE_NAME_PATTERN

Instance Attribute Summary

Attributes inherited from ElasticBeans::Environment

#name

Instance Method Summary collapse

Methods inherited from ElasticBeans::Environment

#cname, #create, #deploy_version, #initialize, #instance_ids, new_by_type, new_from_existing, #restart, #scale, #status, #update_configuration

Constructor Details

This class inherits a constructor from ElasticBeans::Environment

Instance Method Details

#typeObject

Returns “scheduler”



13
14
15
# File 'lib/elastic_beans/environment/scheduler.rb', line 13

def type
  TYPE
end