Skip to content
New issue

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

Not loading new task #3

Open
alberttwong opened this issue Jun 14, 2017 · 3 comments
Open

Not loading new task #3

alberttwong opened this issue Jun 14, 2017 · 3 comments

Comments

@alberttwong
Copy link
Contributor

new tasks are not loading... in fact, I did a search on the code and I'm not sure when 'interval' is being used.

@davericher
Copy link
Member

Inside fetcher.js

  case 'addLists':
    self.lists.forEach(function(currentValue, key) {
      if (self.config.lists.indexOf(currentValue.title) >= 0) {
        self.createFetcher(currentValue.id, currentValue.title, self.config.interval * 1000);
      }
    });

@alberttwong
Copy link
Contributor Author

so I don't know why it's not reloading... I have to restart to get it to pull the new data

@theloniuser
Copy link

Anyone get a solution to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants