iiRecord
Agentic AI Atlas · Hangfire
library:hangfirea5c.ai
II.
Library JSON

library:hangfire

Structured · live

Hangfire json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:hangfire",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Hangfire",
    "belongsToLanguageId": "language:csharp",
    "category": "other",
    "description": "Background job processing library for .NET that persists fire-and-forget,\ndelayed, recurring, and continuation jobs in SQL Server, Redis, or other\nstorages; ships with a built-in web dashboard for monitoring and management.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:hangfire",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:hangfire",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:hangfire",
      "to": "library:oban",
      "kind": "alternative_to"
    },
    {
      "from": "library:hangfire",
      "to": "library:sidekiq",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:oban",
      "to": "library:hangfire",
      "kind": "alternative_to"
    }
  ]
}