{"id":20893100,"url":"https://github.com/hangfireio/hangfire.azure.queuestorage","last_synced_at":"2025-07-27T05:34:24.495Z","repository":{"id":17125788,"uuid":"19892009","full_name":"HangfireIO/Hangfire.Azure.QueueStorage","owner":"HangfireIO","description":"Azure Queue Storage support for SQL Server job storage implementation","archived":false,"fork":false,"pushed_at":"2024-10-28T09:50:07.000Z","size":2665,"stargazers_count":9,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-22T12:53:06.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HangfireIO.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-05-17T17:22:30.000Z","updated_at":"2024-05-14T16:36:56.000Z","dependencies_parsed_at":"2025-05-12T22:32:57.585Z","dependency_job_id":"8a86ab0d-723c-4686-afcd-96840e31c3d1","html_url":"https://github.com/HangfireIO/Hangfire.Azure.QueueStorage","commit_stats":null,"previous_names":["odinserj/hangfire.azure.queuestorage"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HangfireIO/Hangfire.Azure.QueueStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HangfireIO%2FHangfire.Azure.QueueStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HangfireIO%2FHangfire.Azure.QueueStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HangfireIO%2FHangfire.Azure.QueueStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HangfireIO%2FHangfire.Azure.QueueStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HangfireIO","download_url":"https://codeload.github.com/HangfireIO/Hangfire.Azure.QueueStorage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HangfireIO%2FHangfire.Azure.QueueStorage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267306675,"owners_count":24067035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T10:14:40.470Z","updated_at":"2025-07-27T05:34:24.450Z","avatar_url":"https://github.com/HangfireIO.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"HangFire.Azure.QueueStorage\n============================\n\n\u003ca href=\"https://ci.appveyor.com/project/odinserj/hangfire-azure-queuestorage\"\u003e\u003cimg title=\"Build status\" width=\"113\" src=\"https://ci.appveyor.com/api/projects/status/kog7v4hd4a5o5s8d?retina=true\" /\u003e\u003c/a\u003e\n\nThis library adds support for Azure Queue Storage to be used together\nwith HangFire.SqlServer job storage implementation. All job data is saved\nto SQL Azure database, but job queues use Queue Storage.\n\n**Note:** This is pre-alpha version, that has not been ever tested. Please, use it with care :)\n\nInstallation\n-------------\n\nThis library is available as a NuGet Package, so type the following\ncommand into your Package Manager Console window:\n\n```\nPM\u003e Install-Package HangFire.Azure.QueueStorage\n```\n\nUsage\n------\n\n```csharp\n\nCloudStorageAccount storageAccount = CloudStorageAccount.Parse(\n    CloudConfigurationManager.GetSetting(\"StorageConnectionString\"));\n\nCloudQueueClient queueClient = storageAccount.CreateCloudQueueClient();\n\n// Here are the default options\nvar options = new QueueStorageOptions\n{\n    VisibilityTimeout = TimeSpan.FromMinutes(30),\n    QueuePollInterval = TimeSpan.FromSeconds(5)\n};\n\nJobStorage.Current = new SqlServerStorage(\"\u003cconnection string\u003e\")\n    // Use the \"default\" queue with default options...\n    .UseAzureQueues(queueClient) // \"default\" queue and default options\n    // ... or specify either queues...\n    .UseAzureQueues(queueClient, \"critical\", \"default\")\n    // ... or queues with options\n    .UseAzureQueues(queueClient, options, \"critical\", \"default\");\n```\n\nLicense\n--------\n\nHangFire.Azure.QueueStorage is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangfireio%2Fhangfire.azure.queuestorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhangfireio%2Fhangfire.azure.queuestorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangfireio%2Fhangfire.azure.queuestorage/lists"}