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

Use system rather than exec for calling crowdin commands #22393

Merged
merged 1 commit into from May 14, 2018

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented May 14, 2018

Because exec replaces the existing process with the new one, it will
also terminate the process once the command finishes. With the new sync
process
where we call the sync methods within the process rather than
loading them as a separate one, exec kills the master process and ends
the whole chain, forcing us to start over

Because exec replaces the existing process with the new one, it will
also terminate the process once the command finishes. With the new sync
process where we call the sync methods within the process rather than
loading them as a separate one, exec kills the master process and ends
the whole chain, forcing us to start over
@Hamms Hamms requested a review from balderdash May 14, 2018 18:41
@Hamms Hamms merged commit a76841b into staging May 14, 2018
@Hamms Hamms deleted the system-not-exec-for-sync branch May 14, 2018 23:40
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