{"id":13698441,"url":"https://github.com/SenseNet/sn-taskmanagement","last_synced_at":"2025-05-04T03:31:24.571Z","repository":{"id":37951511,"uuid":"73206136","full_name":"SenseNet/sn-taskmanagement","owner":"SenseNet","description":"A standalone .Net component for managing long-running background tasks in any application.","archived":false,"fork":false,"pushed_at":"2025-04-07T23:24:07.000Z","size":1162,"stargazers_count":8,"open_issues_count":5,"forks_count":5,"subscribers_count":12,"default_branch":"develop","last_synced_at":"2025-04-07T23:32:58.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SenseNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-11-08T16:39:31.000Z","updated_at":"2025-04-07T23:11:14.000Z","dependencies_parsed_at":"2023-01-25T07:46:25.441Z","dependency_job_id":"a21a12cf-ca2f-412d-aace-96c4e022b0f7","html_url":"https://github.com/SenseNet/sn-taskmanagement","commit_stats":{"total_commits":32,"total_committers":8,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"403b27e5cf93bebd1a9045cd234b81113a5c1039"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseNet%2Fsn-taskmanagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseNet%2Fsn-taskmanagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseNet%2Fsn-taskmanagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SenseNet%2Fsn-taskmanagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SenseNet","download_url":"https://codeload.github.com/SenseNet/sn-taskmanagement/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252283595,"owners_count":21723505,"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":[],"created_at":"2024-08-02T19:00:46.618Z","updated_at":"2025-05-04T03:31:21.523Z","avatar_url":"https://github.com/SenseNet.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":[],"readme":"# sensenet Task Management\r\n\r\n[![NuGet](https://img.shields.io/nuget/v/SenseNet.TaskManagement.Core.svg)](https://www.nuget.org/packages/SenseNet.TaskManagement.Core)\r\n\r\nTask Management is a .Net component for managing **long-running background tasks** in any application. It is a robust and **scalable** solution that is **extendable** with **3rd party task executors** designed for solving atomic background tasks (e.g. extracting a compressed file or generating preview images for a document).\r\n\r\n- Takes off the load from web servers (because they are for serving client requests, not for performing resource-heavy tasks).\r\n- Prevents the web process from crushing in case of 3rd party plugins (e.g. an out of memory issue with a text extractor tool should not kill the web process).\r\n- Fully scalable, as you can deploy any number of agent machines to be able to perform more tasks at the same time.\r\n- It can provide rich progress information about running tasks.\r\n\r\nThis project was developed as a supporting component for [sensenet](https://github.com/SenseNet/sensenet), but can be used in conjunction with any application!\r\n\r\n## Overview\r\nTask Management consists of the following subcomponents:\r\n\r\n1. **Task Management web application**: this is the central hub for registering tasks and performing callbacks when the execution has finished. When a task arrives, the web app notifies the *agents* (via *SignalR*) and lets one of them (the winner) take the new task.\r\n2. **Agent**: this is the process that will start the appropriate task executor plugin for a certain task.\r\n3. **Executor**: this is the command-line tool that actually performs the task - e.g. checks a document for viruses. This is the main extensibility point: you can create a custom executor, deploy it into the appropriate folder, and you can start registering your tasks right away.\r\n3. **Service**: a Windows service that keeps the configured number of agents (3 by default) alive. You can deploy any number of *agent machines* with this service, agent and executors installed.\r\n\r\nTask Management *does not contain any built-in task executors*. It is only the framework that provides the environment for your custom task executors.\r\n\r\n# sensenet as a service (SNaaS) - use sensenet from the cloud\r\n\r\nFor a monthly subscription fee, we store all your content and data, relieving you of all maintenance-related tasks and installation, ensuring easy onboarding, easy updates, and patches.\r\n\r\nhttps://www.sensenet.com/pricing\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSenseNet%2Fsn-taskmanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSenseNet%2Fsn-taskmanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSenseNet%2Fsn-taskmanagement/lists"}