Launch redis with docker#284
Open
sylvainhenry wants to merge 8 commits intoetalab:developfrom
sylvainhenry:launch-redis-with-docker
Open
Launch redis with docker#284sylvainhenry wants to merge 8 commits intoetalab:developfrom sylvainhenry:launch-redis-with-docker
sylvainhenry wants to merge 8 commits intoetalab:developfrom
sylvainhenry:launch-redis-with-docker
Conversation
Corrections des imports défaillants
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Le serveur redis n'est pas lancé dans le container docker.
Avant :
Sidekiq ne peut donc pas exécuter importer les données v3
2020-10-03T17:57:12.251Z 1 TID-gn8rbz4nt INFO: Booting Sidekiq 5.2.8 with redis options {:url=>"redis://localhost:6379/0", :id=>"Sidekiq-server-PID-1"}
Cannot assign requested address - connect(2) for [::1]:6379
Après :
2020-10-05T16:46:06.583Z 173 TID-goa1ju7r9 INFO: Booting Sidekiq 5.2.8 with redis options {:url=>"redis://localhost:6379/0", :id=>"Sidekiq-server-PID-173"}
2020-10-05T16:46:06.605Z 173 TID-goa1ju7r9 INFO: Cron Jobs - add job with name: update_database_v1_job
2020-10-05T16:46:06.609Z 173 TID-goa1ju7r9 INFO: Cron Jobs - add job with name: update_database_job