Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 8 forks source link

Adding Service Bus Worker #77

Closed marstr closed 5 years ago

marstr commented 5 years ago

Adding an implementation of github.com/gobuffalo/buffalo/worker.Worker that uses Azure Service Bus to persist Jobs, distribute them between available machines, and provide Job status monitoring.

Reviewers, some open questions I still have:

@arschles @markbates