plex-playlist-sync icon indicating copy to clipboard operation
plex-playlist-sync copied to clipboard

add boolean CRON env var to support running container as a cronjob

Open robertlestak opened this issue 1 year ago • 1 comments

The current configuration will run the container forever, but the vast majority of that time is spent simply waiting for the next run. With this variable, the user can set CRON=1 and then schedule the docker container to run as a cronjob which will run once and exit on completion.

robertlestak avatar Dec 09 '23 16:12 robertlestak

nice one! i applied a similar patch to my copy of the repo :)

0xFEEDC0DE64 avatar Dec 18 '23 13:12 0xFEEDC0DE64