{"id":24657715,"url":"https://github.com/lyndychivs/retry","last_synced_at":"2025-09-22T08:54:31.846Z","repository":{"id":253180653,"uuid":"842724090","full_name":"lyndychivs/Retry","owner":"lyndychivs","description":"A simple library for retrying and waiting for a condition to be true","archived":false,"fork":false,"pushed_at":"2025-09-07T09:03:00.000Z","size":145,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T16:58:41.420Z","etag":null,"topics":["engine","poll","polling","retry","until","wait"],"latest_commit_sha":null,"homepage":"https://lyndychivs.github.io/Retry/","language":"C#","has_issues":true,"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/lyndychivs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"lyndychivs","buy_me_a_coffee":"lyndychivs"}},"created_at":"2024-08-15T00:27:37.000Z","updated_at":"2025-08-18T10:08:46.000Z","dependencies_parsed_at":"2024-08-20T20:31:57.318Z","dependency_job_id":"fcaf2189-7859-40b0-9937-1c0475c45996","html_url":"https://github.com/lyndychivs/Retry","commit_stats":null,"previous_names":["lyndychivs/retry"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lyndychivs/Retry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyndychivs%2FRetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyndychivs%2FRetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyndychivs%2FRetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyndychivs%2FRetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyndychivs","download_url":"https://codeload.github.com/lyndychivs/Retry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyndychivs%2FRetry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276112117,"owners_count":25587271,"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-09-20T02:00:10.207Z","response_time":63,"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":["engine","poll","polling","retry","until","wait"],"created_at":"2025-01-26T00:34:01.049Z","updated_at":"2025-09-22T08:54:31.816Z","avatar_url":"https://github.com/lyndychivs.png","language":"C#","funding_links":["https://github.com/sponsors/lyndychivs","https://buymeacoffee.com/lyndychivs"],"categories":[],"sub_categories":[],"readme":"[![Mutation testing badge](https://img.shields.io/endpoint?style=for-the-badge\u0026url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Flyndychivs%2FRetry%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/lyndychivs/Retry/master)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/lyndychivs.Retry?style=for-the-badge\u0026logo=nuget)](https://www.nuget.org/packages/lyndychivs.Retry/)\n\n# lyndychivs.Retry\nA simple library for retrying and waiting for a condition to be True.\n\n## Example\n```csharp\nvar maxWaitTime = TimeSpan.FromSeconds(10);\nvar pollingInterval = TimeSpan.FromSeconds(1);\n\nvar retry = new Retry(maxWaitTime, pollingInterval);\n\nretry.Until(DoSomething);\n\nbool DoSomething()\n{\n    // do something\n    // return true if successful\n    // return false if not successful\n\n    return true;\n}\n```\n\n## Tests\nAll Unit Tests can be found under the [Retry.Tests](https://github.com/lyndychivs/Retry/tree/master/Retry.Tests) namesapce.\n\n## Package\nAvailable on:\n- [GitHub Packages - lyndychivs.Retry](https://github.com/lyndychivs/Retry/pkgs/nuget/lyndychivs.Retry)\n- [Nuget Packages - lyndychivs.Retry](https://www.nuget.org/packages/lyndychivs.Retry/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyndychivs%2Fretry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyndychivs%2Fretry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyndychivs%2Fretry/lists"}