Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: getting rid of dockerize #40

Merged
merged 1 commit into from
Oct 15, 2024
Merged

feat: getting rid of dockerize #40

merged 1 commit into from
Oct 15, 2024

Conversation

ghassanmas
Copy link
Member

@ghassanmas ghassanmas commented Jul 23, 2024

getting rid of dockerize might resolve #39 and provide other
solution for #35

dockerize is used for waiting for other services, in order
replicate it's effect, we set MONGOID_TIMEOUT 600 second
for mongodb, related upstream PR:

Todo:

@regisb
Copy link
Contributor

regisb commented Jul 23, 2024

My biggest worry is to discover that we actually need dockerize to wait for mongodb/elasticsearch to start, for instance in init jobs. Did you check this?

@ghassanmas ghassanmas force-pushed the remove-dockerize branch 2 times, most recently from 391ec34 to be4423a Compare August 28, 2024 11:05
@ghassanmas ghassanmas marked this pull request as ready for review August 28, 2024 11:06
@DawoudSheraz
Copy link
Contributor

@ghassanmas Hi, what's the plan for this PR? Thanks

@ghassanmas
Copy link
Member Author

@regisb @DawoudSheraz
This is ready for review, I have applied the suggested changes above by Regis.

tutorforum/plugin.py Outdated Show resolved Hide resolved
  getting rid of dockerize might resolve #33 and provide other
  solution for #35

  dockerize is used for waiting for other services, in order
  replicate it's effect, we set `MONGOID_TIMEOUT` 600 second
  for mongodb, related upstream PR:
  - openedx/cs_comments_service/pull/432
@ghassanmas ghassanmas merged commit 9b09fda into master Oct 15, 2024
2 checks passed
@regisb regisb deleted the remove-dockerize branch October 17, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Failed to connect to MongoDB replicaset
3 participants