#
crontab
Here are 621 public repositories matching this topic...
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
cron
fault-tolerance
crontab
job-scheduler
scheduled-jobs
cron-jobs
mesos
mesosphere
chronos
mesos-framework
chronos-scheduler
-
Updated
Oct 13, 2020 - Scala
chrome-extension
json
firefox-addon
crontab
qrcode
firefox-extension
microsoft-edge
json-format
radix
qrcode-generator
fehelper
qrcode-decoder
markdown-html
color-transfer
web-fehelper
image-base64
code-beautify
code-compress
firefox-add-ons
microsoft-edge-extension
-
Updated
Mar 6, 2021 - JavaScript
A Distributed, Fault-Tolerant Cron-Style Job System.
-
Updated
May 23, 2021 - Go
PPGo_Job是一款可视化的、多人多权限的、一任务多机执行的定时任务管理系统,采用golang开发,安装方便,资源消耗少,支持大并发,可同时管理多台服务器上的定时任务。
-
Updated
May 19, 2021 - Go
A simple, distributed task scheduler and runner with a web based UI.
-
Updated
May 27, 2021 - JavaScript
简单可信赖的任务管理工具
-
Updated
Apr 24, 2021 - Go
Node.js library for parsing crontab instructions
-
Updated
Jun 12, 2021 - JavaScript
A simple bash script to set wallpapers according to current time, using cron job scheduler.
linux
bash
wallpaper
cron
ubuntu
crontab
arch-linux
cronjob
wallpapers
wallpaperengine
unixporn
bash-scripts
pywal
wallpaper-manager
adi1090x
wallpaper-set
live-wallpapers
dynamic-wallpaper
timed-wallpaper
archcraft
-
Updated
Jun 10, 2021 - Shell
jmrozanec
commented
Oct 5, 2017
I need something like below:
newCronExpression = convert (localCronExpresn,fromLocalTZ, "UTC")
Is it possible using cron-utils?
Let me give an example:
My local timezone is IST i.e. GMT+5.30.
Current local time is: 11:20 AM.
I want a job to run in 45 min of every hour.
So, my cron expression: 45 * * * *
Hence I am expecting my job to run after 25 min ( as starting time
Agenda Dashboard
-
Updated
Jun 12, 2021 - JavaScript
A PHP cron task manager for MVC-type applications
-
Updated
Aug 12, 2018 - PHP
CronHub is a better crontab, it is a web application which can schedule, monitor and control the crontabs of multiple machines from the web page.
-
Updated
Aug 10, 2020 - Java
Java Parser For Cron Expressions
-
Updated
Mar 28, 2021 - Java
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
go
golang
parser
crontab
daemon
scheduler
parser-library
job-scheduler
cron-expression
cronjob
task-manager
task-scheduler
cron-parser
cron-expression-parser
job-manager
cron-pattern
adhocore
-
Updated
May 6, 2021 - Go
Improve this page
Add a description, image, and links to the crontab topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crontab topic, visit your repo's landing page and select "manage topics."
Problem
Synchronous calls are blocking the even loop leading to performance degradation:
Current state
The codebase uses [fs.statSync](https://nodejs.org/dist/latest-v14.x/do