lambda-cron icon indicating copy to clipboard operation
lambda-cron copied to clipboard

Feature: Disable tasks

Open javibravo opened this issue 9 years ago • 0 comments

Currently the only way to disable tasks is to remove from S3 the file that define the task. Be able to disable tasks in the task definition could be useful.

Proposals:

  1. Add new attribute in task definition to indicate if the task is enabled or disabled:

    • enabaled: [True|False] (True by default)
  2. Replace cron expression with a keyword, ie. disabled

javibravo avatar Mar 16 '17 20:03 javibravo