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

Wait for external DB processes to finish before the task finishes. #1615

Merged
merged 1 commit into from Mar 6, 2014

Conversation

dariocravero
Copy link

Otherwise chaining rake tasks like sq:drop sq:create will end up in weird errors because the dropdb command might not have finished when createdb was run and hence result in an error.

Otherwise chaining rake tasks like `sq:drop sq:create` will end up in
weird errors because the `dropdb` command might not have finished when
`createdb` was run and hence result in an error.
ujifgc added a commit that referenced this pull request Mar 6, 2014
Wait for external DB processes to finish before the task finishes.
@ujifgc ujifgc merged commit 4ed70dc into master Mar 6, 2014
@ujifgc ujifgc deleted the wait-for-external-db-processes branch March 6, 2014 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants