Skip to content

Commit

Permalink
EmrEtlRunner: set timeout to 120 seconds (closes #3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Feb 14, 2019
1 parent 2b548de commit eff6c19
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -159,6 +159,8 @@ def initialize(debug, staging, enrich, staging_stream_enrich, shred, es, archive
@jobflow.master_instance_type = config[:aws][:emr][:jobflow][:master_instance_type]
@jobflow.slave_instance_type = config[:aws][:emr][:jobflow][:core_instance_type]

@jobflow.timeout = 120

s3_endpoint = get_s3_endpoint(config[:aws][:s3][:region])
csbr = config[:aws][:s3][:buckets][:raw]
csbe = config[:aws][:s3][:buckets][:enriched]
Expand Down

0 comments on commit eff6c19

Please sign in to comment.