fsprojects / FSharp.CloudAgent

Allows running F# Agents in a distributed manner using Azure Service Bus.
http://fsprojects.github.io/FSharp.CloudAgent/
The Unlicense
39 stars 14 forks source link

QUESTION - Do You still recommend using this project or is it abandoned? #13

Closed easysoft2k15 closed 6 years ago

easysoft2k15 commented 6 years ago

Due to the date of last commit I wonder if the project still is alive/usable.

isaacabraham commented 6 years ago

It's definitely still usable - indeed, a customer of mine is using a variant of this code base to process millions of messages every day since this repo was created.

However, it could be simplified now by delegating to things like azure web jobs or functions.

isaacabraham commented 6 years ago

But if you have any specific questions, let me know - HTH.

easysoft2k15 commented 6 years ago

I Will. Thank You very much!!