azure-functions-worker: Azure Functions Worker

[ azure, cloud, library, mit, serverless ] [ Propose Tags ]

Azure Functions Worker.


[Skip to Readme]

Modules

  • Azure
    • Functions
      • Bindings
        • Azure.Functions.Bindings.Blob
        • Azure.Functions.Bindings.Class
        • Azure.Functions.Bindings.HTTP
        • Azure.Functions.Bindings.ServiceBus
      • Azure.Functions.Contract
      • Azure.Functions.Function
      • Azure.Functions.Registry
      • Azure.Functions.Worker

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.0
Dependencies aeson, async, base (>=4.12 && <4.13), bytestring, containers, directory, filepath, glabrous (>=2.0.2 && <3), http-types (>=0.12 && <0.13), http2-client (>=0.9 && <0.10), http2-client-grpc (>=0.8 && <0.9), http2-grpc-proto-lens (>=0.1 && <0.2), http2-grpc-types, lens-family (>=2.0 && <3), lens-family-core (>=2.0 && <3), mtl, network-uri (>=2.6.3 && <2.7), optparse-applicative (>=0.15.1 && <0.16), proto-lens-protobuf-types (>=0.6 && <0.7), proto-lens-runtime (>=0.6 && <0.7), raw-strings-qq (>=1.1 && <2), stm, text, time [details]
License MIT
Author Alexey Raga <alexey.raga@gmail.com>
Maintainer Alexey Raga <alexey.raga@gmail.com>
Category Azure, Serverless, Cloud
Uploaded by alexeyraga at 2020-07-03T10:04:33Z
Distributions
Downloads 180 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-07-03 [all 2 reports]

Readme for azure-functions-worker-0.0.0.0

[back to package description]

Azure Functions Haskell Worker

[NOTE] This is a very early work in progress.

Azure Functions Haskell Worker is a library that runs Azure functions inside the worker process. This means that a "real" functions application (executable) is meant to use the worker library and run its main as Azure.Functions.Worker.runWorker.

Worker process provides two main commands:

  • run is a main entry point that starts the worker and funs functions
  • init is a command that allows the worker process to configure itself for the Azure Functions Host. Its main responsibility is to write worker.config.json.