{"id":28317726,"url":"https://github.com/igece/scheduledactions","last_synced_at":"2026-04-24T22:32:09.048Z","repository":{"id":65608333,"uuid":"213417847","full_name":"igece/ScheduledActions","owner":"igece","description":"Provides a set of classes that allow to execute an Action on a regular time schedule.","archived":false,"fork":false,"pushed_at":"2022-12-23T23:02:56.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T08:44:16.394Z","etag":null,"topics":["action","csharp","netstandard2","scheduler"],"latest_commit_sha":null,"homepage":"","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/igece.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}},"created_at":"2019-10-07T15:19:41.000Z","updated_at":"2021-12-17T17:44:27.000Z","dependencies_parsed_at":"2023-01-31T14:35:28.276Z","dependency_job_id":null,"html_url":"https://github.com/igece/ScheduledActions","commit_stats":null,"previous_names":["igece/scheduled-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/igece/ScheduledActions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igece%2FScheduledActions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igece%2FScheduledActions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igece%2FScheduledActions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igece%2FScheduledActions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igece","download_url":"https://codeload.github.com/igece/ScheduledActions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igece%2FScheduledActions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261703086,"owners_count":23196894,"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":["action","csharp","netstandard2","scheduler"],"created_at":"2025-05-25T06:12:36.361Z","updated_at":"2026-04-24T22:32:09.043Z","avatar_url":"https://github.com/igece.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scheduled Actions\n[![nuget](https://img.shields.io/nuget/v/ScheduledActions.svg)](https://www.nuget.org/packages/ScheduledActions)\n[![nuget](https://img.shields.io/nuget/dt/ScheduledActions.svg)](https://www.nuget.org/packages/ScheduledActions)\n\nProvides a set of classes that allow to execute one or several `Action` instances on a regular time schedule.\nIf more than one `Action` instances are passed to a class, they will be executed sequentially.\n\n## Installation\n\nUsing NuGet package manager console:\n\n```\nInstall-Package ScheduledActions\n```\n\nUsing .NET CLI:\n\n```\ndotnet add package ScheduledActions\n```\n\n## Usage\n\n**Please Note:** All these classes implements the `IDisposable` interface, so any instance must be properly disposed when no longer needed. \n\n\u003c!--\n### Execute one or several actions each X minutes\n\n``` csharp\nnew MinutelyAction(Action1)\nnew MinutelyAction(Action1, Action2)\nnew MinutelyAction(\n```\n--\u003e\n\n## HourlyAction\n\nPrepares an action that will be executed each X hours.\n\n## DailyAction\n\nPrepares an action that will be executed each X days.\n\n## WeeklyAction\n\nPrepares an action that will be executed each X weeks.\n\n## MonthlyAction\n\nPrepares an action that will be executed each X months.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figece%2Fscheduledactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figece%2Fscheduledactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figece%2Fscheduledactions/lists"}