livepeer / catalyst-uploader

Livepeer cloud storage upload utility. Called by Mist to upload video segments. Has CLI interface.
1 stars 3 forks source link

Add support for a default config file #64

Closed mjh1 closed 5 months ago

mjh1 commented 5 months ago

We want to be able to set config without making mist changes and also without cycling pods which is required for environment variable changes. This way we can add the config file to running pods via our existing mechanism and the uploader will pick it up automatically.

pwilczynskiclearcode commented 5 months ago

Nice!

pwilczynskiclearcode commented 5 months ago

As a next step we could have a dynamically reloaded configs - every X seconds or on USR signal... Would be useful esp. for catalyst... but it might be difficult to implement it would require proper locking as updating config in the middle of a request might be evil.

I mean for uploader it doesn't make sense probably but for catalyst might be useful