We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
log message from mirakc:
mirakc_core::job: update-schedules: acquiring semaphore... mirakc_core::job: update-schedules: Already running, skip
scan-services got stuck:
scan-services
$ ps ... 6582 root 12h57 recpt1 --device /dev/px4video2 13 - - 6583 root 3h52 mirakc-arib scan-services --sids=23656
config.yml
channels: - name: JCOM-TV type: GR channel: '13' services: [23656]
The text was updated successfully, but these errors were encountered:
One of the solutions is using the timeout command like below as described in できるmirakc:
timeout
jobs: scan-services: # stop after 30s command: >- timeout 30 mirakc-arib scan-services {{#sids}} --sids={{{.}}}{{/sids}}{{#xsids}} --xsids={{{.}}}{{/xsids}} schedule: '0 31 5 * * * *'
Sorry, something went wrong.
masnagam
No branches or pull requests
log message from mirakc:
scan-services
got stuck:config.yml
The text was updated successfully, but these errors were encountered: