Incredibly easy way to perform fire-and-forget, delayed and recurring jobs inside ASP.NET applications. CPU and I/O intensive, long-running and short-running jobs are supported. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure and MSMQ.Hangfire is a .NET Framework alternative to Resque, Sidekiq, delayed_job, Celery.
dotnet-core background-jobs background-thread background-worker scheduled-jobs hangfireChronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. Chronos can be used to interact with systems such as Hadoop (incl. EMR), even if the Mesos agents on which execution happens do not have Hadoop installed. Included wrapper scripts allow transfering files and executing them on a remote machine in the background and using asynchronous callbacks to notify Chronos of job completion or failures. Chronos is also natively able to schedule jobs that run inside Docker containers.
chronos mesos job-scheduler scheduled-jobs fault-tolerance cron crontab cron-jobs mesos-framework chronos-scheduler mesosphereDkron is written in Go and leverage the power of distributed key-value stores and serf for providing fault tolerance, reliability and scalability while keeping simple and easily instalable. Dkron is inspired by the google whitepaper Reliable Cron across the Planet and by Airbnb Chronos borrowing the same features from it.
scheduled-jobs fault-tolerance cron distributed-systemsA scheduling add-on for Sidekiq. Runs a thread alongside Sidekiq workers to schedule jobs at specified times (using cron notation * * * * * parsed by Rufus-Scheduler, more about cron notation.
sidekiq-cron sidekiq-jobs cron-jobs sidekiq-workers sidekiq scheduled-jobs scheduler ruby-on-rails ruby-gemSchedule background jobs that run your JavaScript when your app is in the background or if you feel brave even in foreground. The jobs will run even if the app has been closed and, by default, also persists over restarts.
react-native scheduled-jobs background-jobs background-jobJobqueue manages running and scheduling jobs (think Sidekiq or Resque). You can choose between MySQL and MongoDB as a backend for persistent storage.
jobqueue resque sidekiq scheduled-jobs workersA bundle for running background jobs in Symfony. This bundle provides a consistent queue interface, with plugable 'drivers' that can schedule jobs using a number of different queue types.
symfony scheduled-jobs beanstalkd sqs resqueCakeResque is a CakePHP plugin for Resque, a library for creating background jobs that can be processed offline later. Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
php-resque resque cli cakephp background-jobs scheduled-jobsA Lightweight Job Scheduling Framework forked from Quartz
cron scheduler trigger scheduled-jobs quartzSimple package with similar API to native setTimeout and setInterval methods, but synced between all running Node.js instances via MongoDB Collection. Multi-instance task manager for Node.js. This package has the support of clusters, multi-server and multi-threaded Node.js instances. This package goal is to make sure that the only single process of each task (job/cron) is running across multi-server (multi-thread/multi-instance) setup.
nodejs npm task cron cluster scheduler scheduled-jobs npm-package tasks jobs node-js agent agenda servers job scheduleCustomize the title of your Hangfire Dashboard. In your HangfireDashboardCustomOptions instance, you can define a function that returns the title you would like to display in your Hangfire Dashboard.
dashboard customization background-jobs scheduled-jobs dotnet-core hangfire hacktoberfest
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.