Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Scheduler in daemon does not run when interval is set?

$
0
0

@evlo wrote:

Hi, bellow is my whole config, i run it as a daemon, but it never executes tasks, there is nothing in log after webserver starts.

What did I done wrong?

templates:
  global:
    transmission:
      host: localhost
      port: 9091
      username: evlo
      password: *

web_server: yes

tasks:
  shows:
    #set_series_begin: yes
    configure_series:
      from:
        trakt_list:
          username: evlo
          account: evlo
          list: autodl shows
          type: shows
      settings:
        quality: webrip-bluray 720p-1080p
        propers: yes
        upgrade: yes
        #timeframe: 24 hours
        #target: 1080p webdl
        path: /mnt/usbHdd/Shows
    discover:
      what:
        - next_trakt_episodes:
            username: evlo
            account: evlo
            list: autodl shows test
            context: watched
            strip_dates: yes
      from:
        - rarbg:
            category: [41, 49]
      interval: 1 hours


  movies:
    quality: bluray 1080p
    proper_movies: yes
    seen_movies: strict
    download: /mnt/usbHdd/Movies
    discover:
      what:
        - trakt_list:
            username: evlo
            account: evlo
            list: autodl movies
            type: movies
      from:
        - rarbg:
            category: 44
      interval: 1 hours

schedules:
  - tasks: shows
    interval:
      minutes: 7
  - tasks: movies
    interval:
      minutes: 12

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles