Modify

Ticket #323 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Name of the transcode daemon's PID file should be configurable

Reported by: grant Owned by:
Priority: minor Milestone: 3.0-RC1
Component: Transcoding Severity:
Keywords: pid file Cc:
Who will test this:

Description

Currently the Transcode Daemon's PID is written into:

/tmp/TranscodeDaemon.pid

If more than one instance of Plumi (and the Transcoder) are running on the same machine, the Transcoder will fail when it cannot open its PID file (because it already exists).

Can we please add the PID file name as a parameter in buildout.cfg under the [transcodedaemon] section.

Attachments

Change History

comment:1 Changed 3 years ago by and

  • Milestone set to 3.0-beta2

comment:2 Changed 3 years ago by and

  • Milestone changed from 3.0-beta2 to 3.0-Final

Talked with Grant, this is really minor, moving to 3.0-Final.

comment:3 Changed 3 years ago by dimo

  • Status changed from new to closed
  • Resolution set to fixed

transcodedaemon now allows custom pids by using:

./bin/transcodedaemon start --pidfile /tmp/custom.pid
View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.