MediaMath / lambda-cron

LambdaCron - serverless cron tool
Apache License 2.0
25 stars 4 forks source link

Fature: Add command to list tasks #25

Open javibravo opened 7 years ago

javibravo commented 7 years ago

Currently to know the tasks that are deployed in the environment the user needs to list the S3 bucket and browse in the files to see details (ie. cron expresion).

Proposed: Add new command to list tasks deployed in the S3 bucket and detailed info in a crontab manner:

(cron expresion) (type) (name)

0 * * * *   lambda   run-etl-process-prod
0 9 * * *   queue    my-scheduler-queue