You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
plextraktsync command is deprecated. Update crontab abc file from:
"# min hour day month weekday command
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync"
to
"# min hour day month weekday command
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync sync"
Current Behavior
as is crontab results in the following warning:
"WARNING plextraktsync without command is deprecated. Executing "plextraktsync sync""
Steps to Reproduce
Environment
OS:
CPU architecture: x86_64/arm32/arm64
How docker service was installed:
Command used to create docker container (run/create/compose/screenshot)
Docker logs
The text was updated successfully, but these errors were encountered: