Skip to content

Commit

Permalink
add updated EventSource - wait for rails to be ready (#154)
Browse files Browse the repository at this point in the history
* add updated EventSource - wait for rails to be ready

* update latest eventsource sha and do not initialize eventsource

* update latest sha reference

---------

Co-authored-by: Sai Kumar Kotagiri <[email protected]>
  • Loading branch information
vkghub and saikumar9 authored Sep 24, 2024
1 parent 90cc9ae commit afb3e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/ideacrew/aca_entities.git
revision: 36ec5c7b9a1a14d04654494b2b4b78739fb21333
revision: 0af6856acbf4d49b584b9907df74844db6a82a72
branch: trunk
specs:
aca_entities (0.10.0)
Expand Down Expand Up @@ -32,7 +32,7 @@ GIT

GIT
remote: https://github.com/ideacrew/event_source.git
revision: ed23a949f6900cf2a756d4cee3889a3aa100716f
revision: 6d3acdb73fe67394081abcbb39fb7b4caadecd70
branch: trunk
specs:
event_source (0.5.8)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/event_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
config.async_api_schemas = async_api_resources.collect { |resource| EventSource.build_async_api_resource(resource) }
end

EventSource.initialize!
# EventSource.initialize!

0 comments on commit afb3e6a

Please sign in to comment.