{"id":37633144,"url":"https://github.com/parantapa/durable-call","last_synced_at":"2026-01-16T11:00:14.453Z","repository":{"id":63260978,"uuid":"566038978","full_name":"parantapa/durable-call","owner":"parantapa","description":" Durable Local and Remote Function Calls for Python","archived":false,"fork":false,"pushed_at":"2022-11-21T18:51:47.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T09:41:20.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/parantapa.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2022-11-14T21:03:00.000Z","updated_at":"2022-11-14T21:03:27.000Z","dependencies_parsed_at":"2023-01-22T13:00:53.195Z","dependency_job_id":null,"html_url":"https://github.com/parantapa/durable-call","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parantapa/durable-call","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fdurable-call","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fdurable-call/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fdurable-call/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fdurable-call/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parantapa","download_url":"https://codeload.github.com/parantapa/durable-call/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fdurable-call/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-16T11:00:12.002Z","updated_at":"2026-01-16T11:00:14.379Z","avatar_url":"https://github.com/parantapa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Durable Call: Durable Local and Remote Function Calls\n=====================================================\n\nDurable call is a library for implementing durable functions\nfrom fragile functions.\n\nA function is said to be fragile\nif any of the following conditions are true:\na) the function may fail intermittently,\nb) the function call has side effects,\nand thus for a given input it should only be run once.\n\nA durable function is a fault tolerant and idempotent version\nof a fragile function.\nThis fault tolerance and idempotency is implemented by the runtime.\nWhen a durable function is called,\nthe runtime system first saves the parameters of the function call\nonto a file on disk.\nNext it repeatedly tries to call the function\nuntil it is able to execute it.\nOnce the function has been executed,\nthe result is also saved\nonto a file on disk.\nIf the function is called in the future with the same arguments,\nthe system will just return the saved result\nfrom the previous invocation.\n\nDurable function call persists across process invocations.\nIf a durable function call is initiated,\nand the process dies before it has been completed,\nthe runtime with continue to execute it\nif the process is restarted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparantapa%2Fdurable-call","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparantapa%2Fdurable-call","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparantapa%2Fdurable-call/lists"}