Skip to content

Commit 890882b

Browse files
vkghubTreyE
authored andcommitted
Add updated EventSource with auto-scaling.
1 parent 04481d8 commit 890882b

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'simple_calendar', :git => 'https://github.com/harshared/simple_calendar.git
2626
#######################################################
2727
gem 'acapi', git: "https://github.com/ideacrew/acapi.git", branch: 'trunk'
2828
gem 'aca_entities', git: 'https://github.com/ideacrew/aca_entities.git', branch: 'trunk'
29-
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'trunk'
29+
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'wait_for_rails_start'
3030
gem "benefit_markets", path: "components/benefit_markets"
3131
gem "benefit_sponsors", path: "components/benefit_sponsors"
3232
gem 'financial_assistance', path: 'components/financial_assistance'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ GIT
3535

3636
GIT
3737
remote: https://github.com/ideacrew/event_source.git
38-
revision: ed23a949f6900cf2a756d4cee3889a3aa100716f
39-
branch: trunk
38+
revision: 1a876c5badb31ed05b7160e0d2a15343b96e9ba0
39+
branch: wait_for_rails_start
4040
specs:
4141
event_source (0.5.8)
4242
addressable (>= 2.8.0)

components/benefit_markets/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gemspec
1111
# your gem to rubygems.org.
1212

1313
gem 'resource_registry', git: 'https://github.com/ideacrew/resource_registry.git', branch: 'trunk'
14-
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'trunk'
14+
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'wait_for_rails_start'
1515

1616
# To use a debugger
1717
# gem 'byebug', group: [:development, :test]

components/benefit_markets/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/ideacrew/event_source.git
3-
revision: ed23a949f6900cf2a756d4cee3889a3aa100716f
4-
branch: trunk
3+
revision: 1a876c5badb31ed05b7160e0d2a15343b96e9ba0
4+
branch: wait_for_rails_start
55
specs:
66
event_source (0.5.8)
77
addressable (>= 2.8.0)

components/benefit_sponsors/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'webpacker', '~> 4.0.2'
2222
gem 'resource_registry', git: 'https://github.com/ideacrew/resource_registry.git', branch: 'trunk'
2323
gem 'aca_entities', git: 'https://github.com/ideacrew/aca_entities.git', branch: 'trunk'
2424
# gem 'resource_registry', git: '../../../resource_registry'
25-
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'trunk'
25+
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'wait_for_rails_start'
2626
gem 'file_validators'
2727

2828
group :development, :test do

components/benefit_sponsors/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ GIT
2828

2929
GIT
3030
remote: https://github.com/ideacrew/event_source.git
31-
revision: ed23a949f6900cf2a756d4cee3889a3aa100716f
32-
branch: trunk
31+
revision: 1a876c5badb31ed05b7160e0d2a15343b96e9ba0
32+
branch: wait_for_rails_start
3333
specs:
3434
event_source (0.5.8)
3535
addressable (>= 2.8.0)

components/financial_assistance/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gemspec
1818
gem 'resource_registry', git: 'https://github.com/ideacrew/resource_registry.git', branch: 'trunk'
1919
gem 'acapi', git: 'https://github.com/ideacrew/acapi.git', branch: 'trunk'
2020
gem 'aca_entities', git: 'https://github.com/ideacrew/aca_entities.git', branch: 'trunk'
21-
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'trunk'
21+
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'wait_for_rails_start'
2222
gem 'ui_helpers', path: '../ui_helpers'
2323

2424
group :development, :test do

components/financial_assistance/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ GIT
2828

2929
GIT
3030
remote: https://github.com/ideacrew/event_source.git
31-
revision: ed23a949f6900cf2a756d4cee3889a3aa100716f
32-
branch: trunk
31+
revision: 1a876c5badb31ed05b7160e0d2a15343b96e9ba0
32+
branch: wait_for_rails_start
3333
specs:
3434
event_source (0.5.8)
3535
addressable (>= 2.8.0)

config/initializers/event_source.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
config.async_api_schemas = async_api_resources.collect { |resource| EventSource.build_async_api_resource(resource) }
4040
end
4141

42-
EventSource.initialize!
42+
# EventSource.initialize!
4343
end

0 commit comments

Comments
 (0)