Coder Social home page Coder Social logo

taskengine's Introduction

taskengine

An extensible Go task scheduler and executor. I've been working on several iterations of a task engine and am finally getting to the point where we've figured out what works, and what doesn't work. The use-case of the task engine is mainly for IoT applications, where agents are not neccesarily within our control, but we want to be able to run operations on a schedule, or send commands to the agents, and let the agents run those commands immediately.

Design Goals

  • Register named tasks that support arbitrary payloads.
  • Tasks can be scheduled using several scheduling methodolgies like cron, interval, adhoc, once, etc.
  • Tasks can be called just like functions.
  • Specify which types of tasks are allowed to run concurrently with eachother.
  • Execute more than one task at a time by using a job. This is helpful for when one task depends on another task and must run sequentially with other tasks.
  • Supports task cancellation via a propagated context.
  • Supports a context type that's generic over T, where T is any type that you provide. This allows you to plumb anything you wany from the task engine, into the tasks themselves.
  • Supports the slog logger with an optional log sink so that you can capture logs emitted by your tasks and push them somewhere else.

taskengine's People

Contributors

clarkmcc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.