-
Notifications
You must be signed in to change notification settings - Fork 7
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
Blockerbot scheduled task does not run successfully in Production #92
Comments
i didnt have enough time to get set up but from looking at it I have some initial questions. With the knowledge that the scheduler works correctly in the local environment and not on production, I'm looking at two files in particular
I'm wondering if the runtime file needs the equivalent of this from the config file, or if there is something not happening as expected with import_config |
I got a bit curious so I thought I'd drive by to offer what little insight I have. The error definitely seems to be triggered on this line and it looks like Perhaps we have a single issue instead of the expected list of issues? |
This is what I would investigate first. It makes the most sense with the symptoms. |
Actually, I think what's happening is there's an unhandled API error of some kind that we're eating. https://github.com/revelrylabs/slax/blob/master/lib/slax/github.ex#L162 |
After a long pairing session with @fireside68 ... Complete analysis
Solution
|
Background
We have implemented the Blockerbot command as both a slash command and a scheduled task in Slax. The command works in testing when run manually, but has not been running successfully on the schedule. We need to resolve this.
Here's an excerpt from the logs that may help explain what is happening:
Notes
/blocker latency
Scenario
The text was updated successfully, but these errors were encountered: