Closed KrzysztofMadejski closed 5 years ago
@KrzysztofMadejski if you pass in --interval 300000
you can slow down how often it checks. See https://github.com/rauchg/slackin/blob/master/bin/slackin#L11
Perfect! Thanks @sntxrr !
Setting the SLACK_INTERVAL
environment variable to 300000 also solved the issue for me. It's a good workaround until #303 is merged, and might be good to add to the default vars if it persists.
Why slackin is querying slack (I guess that is what happens) so often? Each 300-800ms? Each 5 mins would be totally enough. Isn't there any flag to configure it to happen less often?