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

Pidfile #57

Merged
merged 2 commits into from
Aug 18, 2017
Merged

Pidfile #57

merged 2 commits into from
Aug 18, 2017

Conversation

ericxtang
Copy link
Member

No description provided.

@@ -215,6 +234,8 @@ func main() {
glog.Infof("MediaServer Done()")
cancel()
return
case sig := <-c:
glog.Infof("Exiting Livepeer: %v", sig)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no cleanup or return statement necessary in the case of an os.Interrupt signal?

@ericxtang
Copy link
Member Author

ericxtang commented Aug 17, 2017 via email

@dob dob merged commit b2ab6df into master Aug 18, 2017
@dob dob deleted the pidfile branch August 18, 2017 14:01
pschroedl pushed a commit to pschroedl/go-livepeer that referenced this pull request Aug 16, 2024
This commit ensures that the model is pre-traced when SFAST is enabled
for the ImageToVideo pipeline. Without this pre-tracing the first
request will be slower than a non SFAST call.
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.

2 participants