Arcus Background Jobs
Background job development in a breeze.
Installation
The background jobs packages are easy to install via NuGet.
General
- CloudEvents background jobs: securely receive CloudEvents which allows workloads to asynchronously process events from other components without exposing a public endpoint.
PM > Install-Package Arcus.BackgroundJobs.CloudEvents
Security
- Azure Active Directory background jobs notifies event subscriptions on expired client secrets in an Azure Active Directory.
PM > Install-Package Arcus.BackgroundJobs.AzureActiveDirectory
- Azure Key Vault background jobs allows automatic invalidation of Azure Key Vault secrets and automatic message pump restart upon rotated Azure Key Vault credentials
PM > Install-Package Arcus.BackgroundJobs.KeyVault
Other
- Databricks background jobs allows interaction with run Databricks jobs to gain insights at the resutls.
PM > Install-Package Arcus.BackgroundJobs.Databricks
For a more thorough overview, we recommend reading our documentation.
Documentation
All documentation can be found on here.
Customers
Are you an Arcus user? Let us know and get listed!
License Information
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Read the full license here.