Ryxias

Results 6 comments of Ryxias

Do you think this is a fixable issue with Santa? Or does it sound like a fundamental issue with go's `link`er? If it's the latter I'm content with deploying a...

During the duration of this issue: `11.4` and `11.5`

Another common error: When passing `context=` to the `@rule` annotation, the rule function needs to have a 2nd argument. If it's not provided, it will error out. Another error: You...

Yeah it was kind of an "FYI" since I knew you wrote a lot of the JIRA v2 integration. Admittedly we didn't sync the v2 internally yet so I actually...

We've run into this issue as well; when the DynamoDB table exceeds a certain threshold all processing stops. This is because the Alert merger does full table-scans in order to...

That is a very good point @seanohue; this pattern could cause multiple `spawn` events to be emitted on any single creation attempt. A workaround would be to detect if an...