{"id":15667757,"url":"https://github.com/holsee/elixir_simple_retry_op_demo","last_synced_at":"2025-07-22T10:37:40.192Z","repository":{"id":68408880,"uuid":"212155074","full_name":"holsee/elixir_simple_retry_op_demo","owner":"holsee","description":"Simple example of retrying operation in elixir with a supervised process","archived":false,"fork":false,"pushed_at":"2019-10-01T17:16:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T04:26:58.266Z","etag":null,"topics":["elixir","otp"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/holsee.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,"publiccode":null,"codemeta":null}},"created_at":"2019-10-01T17:16:35.000Z","updated_at":"2019-11-01T12:20:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"990490b7-9708-4a36-ad69-1d5bbec490dd","html_url":"https://github.com/holsee/elixir_simple_retry_op_demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/holsee/elixir_simple_retry_op_demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holsee%2Felixir_simple_retry_op_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holsee%2Felixir_simple_retry_op_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holsee%2Felixir_simple_retry_op_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holsee%2Felixir_simple_retry_op_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holsee","download_url":"https://codeload.github.com/holsee/elixir_simple_retry_op_demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holsee%2Felixir_simple_retry_op_demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266477152,"owners_count":23935390,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["elixir","otp"],"created_at":"2024-10-03T14:05:12.690Z","updated_at":"2025-07-22T10:37:40.166Z","avatar_url":"https://github.com/holsee.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RetryDemo\n\nSimple example application to demonstrate how you can perform retry operations\nsimply in elixir using a supervised process.\n\n## Examples\n\n```elixir\nalias RetryDemo.UploadServer\n```\n\nSimulate successful upload:\n```elixir\nUploadServer.upload(\"some_file.doc\")\n```\n\nSimulate upload failure with retry logic (any file ending with `.fail`):\n```elixir\nUploadServer.upload(\"some_file.fail\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholsee%2Felixir_simple_retry_op_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholsee%2Felixir_simple_retry_op_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholsee%2Felixir_simple_retry_op_demo/lists"}