Skip to content

Commit

Permalink
Set timeout to 120 seconds (closes snowplow/snowplow#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored and peel committed May 25, 2020
1 parent 7d06cb8 commit 6e5f29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/snowplow-emr-etl-runner/emr_job.rb
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 6e5f29e

Please sign in to comment.