-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recently we removed async jobs from this project. This is the next step to remove sidekiq dependency. All was good with async sidekiq implementation here, we're in the process of creating a new repo which shows async solutions. Here in this repo it will be simpler to rely on sync approaches.
- Loading branch information
1 parent
4580ad3
commit 0159639
Showing
22 changed files
with
1 addition
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -79,21 +78,13 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.10) | ||
rake (13.2.1) | ||
redis-client (0.22.1) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby_event_store (2.14.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.4) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.19.0) | ||
sorbet-runtime (0.5.11368) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
timecop (0.9.8) | ||
tzinfo (2.0.6) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ PATH | |
rake | ||
ruby_event_store (~> 2.13) | ||
ruby_event_store-transformations | ||
sidekiq | ||
|
||
GEM | ||
remote: https://oss:[email protected]/ | ||
|
@@ -78,22 +77,14 @@ GEM | |
ast (~> 2.4.1) | ||
racc | ||
racc (1.7.3) | ||
rack (3.0.8) | ||
rake (13.1.0) | ||
redis-client (0.19.0) | ||
connection_pool | ||
regexp_parser (2.8.3) | ||
ruby2_keywords (0.0.5) | ||
ruby_event_store (2.13.0) | ||
concurrent-ruby (~> 1.0, >= 1.1.6) | ||
ruby_event_store-transformations (0.1.0) | ||
activesupport (>= 5.0) | ||
ruby_event_store (>= 2.0.0, < 3.0.0) | ||
sidekiq (7.2.0) | ||
concurrent-ruby (< 2) | ||
connection_pool (>= 2.3.0) | ||
rack (>= 2.2.4) | ||
redis-client (>= 0.14.0) | ||
sorbet-runtime (0.5.11190) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
Oops, something went wrong.