fsprojects / Amazon.SimpleWorkflow.Extensions

Extensions to AmazonSDK's SimpleWorkflow capabilities to make it more intuitive to use
http://fsprojects.github.io/Amazon.SimpleWorkflow.Extensions
MIT License
16 stars 10 forks source link

Project status #36

Closed allgeek closed 10 years ago

allgeek commented 10 years ago

First, thanks much for creating and sharing this - it looks like a rather nice library for abstracting some of the SWF API complexities.

I'm trying to evaluate this project's overall maturity and status as I consider leveraging it for some new development. I noticed there are a couple 'beta' versions of the NuGet package (1.2.0) published, but those appear to be published more recently than the latest commits here. Is this still the official repo, or is there anywhere to get more insight into ongoing development / what's in those 1.2.0 betas?

Is the project considered mature/stable for usage from C# projects?

Thanks much!

theburningmonk commented 10 years ago

Hey,

We've been using it in production (in a number of our projects from both C# and F#) for more than a year now and although there are some kinks I'm trying to work through still (hence all those 'beta' versions) but it works by and large.

There are a number of intermittent issues we've come across though, so depends on your requirement really. It's not rock solid by any stretch but we've been able to rely upon it to orchestrate our ETL pipelines.

We haven't used it in a high throughput scenario (in terms of no. of concurrent tasks) so I'm unsure as to how the performance aspect holds up.