You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful Cron Jobs Scheduler for ASP.NET Core and .NET Core (2.x-8.x). Simplify the management of self-hosted and ASP.NET Core-based scheduled tasks with a flexible and reliable solution. Designed for developers needing robust task scheduling in modern frameworks.
fastapi-crons is a FastAPI extension for running cron jobs and background tasks in a clean, reliable way with async support and syntyx just like fastapi.
This will automate your tasks with ease and less much struggle, you can pass in yaml/json files and they'll be processed and automated. Provides Dashbord to monitor the progress and also provides full logs for the tasks. Plus scheduling tasks to run after certain period and also has retries if tasks fails
This repository provides an example setup for using Docker with Ofelia to manage cron jobs. The setup includes a development web server and an Ofelia job runner service.