nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

make syncInterval configurable in wuffle-config.js #24

Closed joannenolan-sky closed 5 years ago

joannenolan-sky commented 5 years ago

As 1 hour is too long for updates. This can be configured or will default to 1 minute if not set

nikku commented 5 years ago

Could you elaborate on your use case? Do you use the store dump feature in production?

joannenolan-sky commented 5 years ago

Hi, We have found that when we add a label to an issue , it is taking a long time for the card to appear on the board. I changed the syncInterval so it checks for changes more often but will not write to storedump.json in production

nikku commented 5 years ago

This is probably an issue with your setup.

Properly set up events-sync ensures the board is automatically updated. Please check that you configured your bot with the required permissions.