{"id":21182815,"url":"https://github.com/seriousbug/ferrite-queue","last_synced_at":"2025-03-14T19:44:28.209Z","repository":{"id":227996683,"uuid":"680906714","full_name":"SeriousBug/ferrite-queue","owner":"SeriousBug","description":"Proof of concept for a task queue with guaranteed at-least-once delivery.","archived":false,"fork":false,"pushed_at":"2023-08-20T19:30:54.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T13:37:29.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeriousBug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-20T19:30:32.000Z","updated_at":"2023-08-20T19:30:58.000Z","dependencies_parsed_at":"2024-03-22T14:31:06.143Z","dependency_job_id":null,"html_url":"https://github.com/SeriousBug/ferrite-queue","commit_stats":null,"previous_names":["seriousbug/ferrite-queue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriousBug%2Fferrite-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriousBug%2Fferrite-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriousBug%2Fferrite-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriousBug%2Fferrite-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeriousBug","download_url":"https://codeload.github.com/SeriousBug/ferrite-queue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243639397,"owners_count":20323505,"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","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-20T17:58:11.990Z","updated_at":"2025-03-14T19:44:28.188Z","avatar_url":"https://github.com/SeriousBug.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ferrite Queue\n\nThis is a proof-of-concept for a simple task queue. It can ingest work through\nHTTP requests, which are then sent to workers through websockets. At-least-once\ndelivery is guaranteed.\n\n## Known Limitations\n\n- Error handling is not robust, server threads may crash unexpectedly. This\n  *probably* won't cause data loss, but might cause weird behavior.\n- A worker pausing and not ack'ing the request will stall the entire queue, even\n  if there are other workers that could pick up the work.\n\nAs a reminder, this is just a proof of concept and should not be used for\nanything other than as an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseriousbug%2Fferrite-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseriousbug%2Fferrite-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseriousbug%2Fferrite-queue/lists"}