sulochan / dq

Task Scheduler for Docker Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dq

Task Scheduler for Docker Functions

DQ is an amalgamation of the best features of a job scheduler like resque and a serverless platform like AWS lambda. It is meant to be self-hosted and called using REST APIs. All tasks run on docker containers defined in a spec similar to compose called dq.yml

Features

  • Call a background task with arguments [Ex: sending email]
  • Schedule a recurring task [Ex: backing up db]
  • Run a background service that handles HTTP requests and auto scales based on load [voting, spam checking]

About

Task Scheduler for Docker Functions

License:MIT License


Languages

Language:JavaScript 100.0%