{"id":21948150,"url":"https://github.com/evolution-gaming/retry","last_synced_at":"2025-07-03T21:42:31.332Z","repository":{"id":39924219,"uuid":"174216187","full_name":"evolution-gaming/retry","owner":"evolution-gaming","description":"Library for retrying failed calls","archived":false,"fork":false,"pushed_at":"2025-03-17T12:37:21.000Z","size":156,"stargazers_count":5,"open_issues_count":9,"forks_count":4,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-23T00:17:01.143Z","etag":null,"topics":["cats","cats-effect","retry","scala"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/evolution-gaming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-03-06T20:29:45.000Z","updated_at":"2025-03-17T12:37:25.000Z","dependencies_parsed_at":"2024-05-07T14:29:08.456Z","dependency_job_id":"ba18485b-287c-4dac-9636-1b3f749a0f0b","html_url":"https://github.com/evolution-gaming/retry","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fretry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fretry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fretry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fretry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolution-gaming","download_url":"https://codeload.github.com/evolution-gaming/retry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250343960,"owners_count":21415042,"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":["cats","cats-effect","retry","scala"],"created_at":"2024-11-29T05:12:12.460Z","updated_at":"2025-04-23T00:17:07.150Z","avatar_url":"https://github.com/evolution-gaming.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Retry\n[![Build Status](https://github.com/evolution-gaming/retry/workflows/CI/badge.svg)](https://github.com/evolution-gaming/retry/actions?query=workflow%3ACI)\n[![Coverage Status](https://coveralls.io/repos/evolution-gaming/retry/badge.svg)](https://coveralls.io/r/evolution-gaming/retry)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/61ab1bdeb772485fa4f2931338807c2a)](https://app.codacy.com/gh/evolution-gaming/retry/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![Release](https://img.shields.io/github/v/release/evolution-gaming/retry)](https://evolution.jfrog.io/ui/packages/gav:%2F%2Fcom.evolutiongaming:retry_2.13)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)\n \n```scala\nimport com.evolutiongaming.retry._\nimport com.evolutiongaming.retry.Retry.implicits._\n\nval request: F[String] = ???\n\nval strategy = Strategy\n  .fibonacci(5.millis)\n  .cap(200.millis)\n\nrequest.retry(strategy)\n\n``` \n\n## Setup\n\n```scala\naddSbtPlugin(\"com.evolution\" % \"sbt-artifactory-plugin\" % \"0.0.2\")\n\nlibraryDependencies += \"com.evolutiongaming\" %% \"retry\" % \"3.1.0\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fretry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolution-gaming%2Fretry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fretry/lists"}