13 packages tagged with “beanstalk”
Amazon.ElasticBeanstalk.Tools adds commands to the dotnet cli to deploy ASP.NET Core applications to AWS Elastic Beanstalk. For example to deploy an ASP.NET Core application from the command execute "dotnet eb deploy-environment" on the command line.
A Beanstalk client filled with async happiness.
An msbuild task that automatically publishes your MVC website as a beanstalk zip.
Cake-Build addin that extends Cake with AWS Elasticbeanstalk extensions
Add Elastic Beanstalk Environment Properties to environment variables.
Beanstalkd client for .net core
Allows to route a SQS message to a specific endpoint on the Worker instead of having a single endpoint handling all the messages.
jack is a beanstalkd (http://kr.github.io/beanstalkd/) client written in F#. Install: nuget install jack Usage: open jack let client = Connection.parseAddress "localhost:11300" |> Client.connect client.useTube "testTube" |> ignore client.put 1000 0 30 "my message" |> ignore // priority=1000, delay=0, ttr=30 seconds client.watch "testTube" |> ignore let result = client.reserveWithTimeout 5 match result with | Success (jobId, payload) -> printfn "jobId=%i payload=%s" jobId payload client.delete jobId |> ignore | Failure msg -> failwith msg
Emulates the SQS Daemon surrounding an Elastic Beanstalk Worker Tier so that you can replicate the interaction between a Web Tier and a Worker Tier on your machine.
It's a nuget package for library libBeanstalk.NET
ASP.NET vNext Middleware for Worker instances in AWS Elastic Beanstalk
Beanstalkd C# client based on .NET Standard 2.0