{"id":30160153,"url":"https://github.com/tessellator/resilience4clj-timelimiter","last_synced_at":"2025-08-11T15:35:43.121Z","repository":{"id":62434877,"uuid":"241800853","full_name":"tessellator/resilience4clj-timelimiter","owner":"tessellator","description":"A small Clojure wrapper around the resilience4j TimeLimiter module","archived":false,"fork":false,"pushed_at":"2020-02-20T05:29:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-10T10:37:07.351Z","etag":null,"topics":["clojure","resilience","resilience4j","time-limit","timeout"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tessellator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-20T05:24:48.000Z","updated_at":"2020-02-20T06:28:35.000Z","dependencies_parsed_at":"2022-11-01T21:02:12.153Z","dependency_job_id":null,"html_url":"https://github.com/tessellator/resilience4clj-timelimiter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tessellator/resilience4clj-timelimiter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tessellator%2Fresilience4clj-timelimiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tessellator%2Fresilience4clj-timelimiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tessellator%2Fresilience4clj-timelimiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tessellator%2Fresilience4clj-timelimiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tessellator","download_url":"https://codeload.github.com/tessellator/resilience4clj-timelimiter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tessellator%2Fresilience4clj-timelimiter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269914969,"owners_count":24495635,"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-08-11T02:00:10.019Z","response_time":75,"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":["clojure","resilience","resilience4j","time-limit","timeout"],"created_at":"2025-08-11T15:35:40.434Z","updated_at":"2025-08-11T15:35:43.110Z","avatar_url":"https://github.com/tessellator.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resilience4clj-timelimiter\n\nA small Clojure wrapper around the\n[resilience4j TimeLimiter module](https://resilience4j.readme.io/docs/timeout).\nRequires Clojure 1.9 or later.\n\n[![clojars badge](https://img.shields.io/clojars/v/tessellator/resilience4clj-timelimiter.svg)](https://clojars.org/tessellator/resilience4clj-timelimiter)\n[![cljdoc badge](https://cljdoc.org/badge/tessellator/resilience4clj-timelimiter)](https://cljdoc.org/d/tessellator/resilience4clj-timelimiter/CURRENT)\n\n\n## Quick Start\n\nThe following code defines a function `perform-calculation` that uses a time\nlimiter named `:some-name` and stored in the global registry. If the time\nlimiter does not already exist, one is created.\n\n```clojure\n(ns myproject.some-client\n  (:require [resilience4clj.time-limiter :refer [with-time-limiter]])\n\n(defn perform-calculation []\n  (with-time-limiter :some-name\n    ;; some expensive calculations\n  ))\n```\n\nRefer to the [configuration guide](/doc/01_configuration.md) for more\ninformation on how to configure the global registry as well as individual\ntime limiters.\n\nRefer to the [usage guide](/doc/02_usage.md) for more information on how to\nuse time limiters.\n\n## License\n\nCopyright © 2020 Thomas C. Taylor and contributors.\n\nDistributed under the Eclipse Public License version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftessellator%2Fresilience4clj-timelimiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftessellator%2Fresilience4clj-timelimiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftessellator%2Fresilience4clj-timelimiter/lists"}