Gocron-timed Task Web Management system

Source: Internet
Author: User
This is a creation in Article, where the information may have evolved or changed.

Gocron-timed Task Web Management system

Project Introduction

Scheduled task centralized scheduling and management system developed using go language, used to replace Linux-crontab project address view document

Functional characteristics

    • Support Task Curd

    • Crontab time expression, can be accurate to every second

    • Task execution failed retry settings

    • Task Timeout settings

    • How tasks are performed

      • Invoking native system commands

      • remote command execution via SSH

      • Execute Http-get Request

    • View Task Execution Log

    • Task execution result notification, support mail, Slack


Support Platform

Windows, Linux, OSX

Environmental requirements

Mysql

Installation

Binary installation

    1. Download, unzip the package

    2. cd 解压目录

    3. Start

      • Windows:gocron.exe web

      • Linux, OSX:./gocron web

    4. Browser Access http://localhost:5920

SOURCE Installation

    1. golanguage version 1.7+

    2. go get -d https://github.com/ouqiang/gocron

    3. Compilego build

    4. Starting and accessing the same way

    5. Generate compressed package (Windows:gocron.zip, other platforms: gocron.tar.gz)

./BUILD.SH-P platform-a CPU architecture example./build.sh-p darwin-a AMD64

To start an optional parameter

    • -P port, specify port, default 5920

    • -e Specifies the operating environment, Dev|test|prod, dev mode to view more log information, default PROD

    • -H View Help

Safety

    • Use HTTPS access to secure data transfer, configure HTTPS in Web server such as Nginx, via reverse proxy, access internal Gocron

    • Website Access Set IP whitelist

    • SSH login set IP whitelist

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.