Chad Arimura
Chad Arimura
thoughts? Received this request/idea from multiple enterprise users.
Thanks guys. We will look into this asap.
maybe discuss IRL in next community call? then we can figure out how to move forward... or slack anytime.
i don't know R well but it works using the Docker runtime... try this? https://github.com/carimura/hello-r-func
ah i think there is one in the main fn repo.. maybe need a link to it from here.. see: https://github.com/fnproject/fn/blob/master/docker-compose.yml
Hey Kit, so what'd you do is keep a couple workers running and have them read off IronMQ for "jobs". Your app woudl then just be responsible for putting jobs...
And/or use our alerts feature to trigger the IronWorker to run.
here's a neat little script to see what ran w/ statuses: ``` ❯ cat /usr/local/bin/counts #!/bin/bash if [ "$1" = "local" ] then s=$(curl -sSL http://localhost:8080/v1/apps/myapp/calls | jq . |...