Adam Struck

Results 87 comments of Adam Struck

#371 added basic validation of the config structure

This touches on an issues that has made our tests somewhat flaky. Since events are retried and are non-blocking operations in the worker its currently difficult to know when a...

I will look into this. Realistically I will likely not have time until the new year. I am posting an example for my reference: https://github.com/dejonghe/aws-batch-example/blob/master/cloudformation/batch/batch-example.yml The main custom components that...

Current WIP: ``` AWSTemplateFormatVersion: '2010-09-09' Description: 'AWS CloudFormation Sample Template Managed Single Batch Job Queue: This template demonstrates the usage of simple Job Queue and EC2 style Compute Environment. **WARNING**...

@golharam the above seems to produce all of the necessary AWS Batch resources. *Note: the template **does not** handle setting up the Funnel server.* Let me know if this works...

Possible solution: https://jbrandhorst.com/post/grpc-binary-blob-stream/

Funnel doesn't support anything beyond tag and state filtering. One option is to have Funnel write to both elasticsearch in addition to mongodb / dynamodb and use elasticsearch for its...

- [ ] server or node deployment failure is not reported. Currently you would need to ssh into the machine and access the systemctl logs to see what went wrong.

We are definitely open to migrating to an external storage library. I'll carve out some time to reevaluate Go Cloud's blob and see how well it fits our needs.

Related to #36. I think this issue has been addressed. As of #82, we mount in each input in read-only mode into the container. Currently, we attempt to hard link...