Skip to content

Commit c058a70

Browse files
committed
Updated event_source autoscaling implementation.
1 parent 3be31d2 commit c058a70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818

1919
GIT
2020
remote: https://github.com/ideacrew/event_source.git
21-
revision: 3fbf48053a14c95422376b65c0c21af40198e197
21+
revision: 866d913b5d691f683cb908bd92c0344fd3ea3125
2222
branch: wait_for_rails_start
2323
specs:
2424
event_source (0.5.8)

components/mitc_service/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT
1717

1818
GIT
1919
remote: https://github.com/ideacrew/event_source.git
20-
revision: 3fbf48053a14c95422376b65c0c21af40198e197
20+
revision: 866d913b5d691f683cb908bd92c0344fd3ea3125
2121
branch: wait_for_rails_start
2222
specs:
2323
event_source (0.5.8)

config/initializers/event_source.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
end
6666
end
6767

68-
EventSource.initialize!
68+
# EventSource.initialize!

0 commit comments

Comments
 (0)