Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.09k stars 201 forks source link

Add execution result #15

Closed MoshiMoshi0 closed 7 years ago

MoshiMoshi0 commented 7 years ago

Support for storing execution result as json in database.

Preview: lis fai suc

MoshiMoshi0 commented 7 years ago

Updated the docstring, hope it's informative enough.

The only flake8 errors are in code that I did not write or change:

simple_scheduler/scheduler.py:18:1: E305 expected 2 blank lines after class or function definition, found 1
simple_scheduler/jobs/slack_job.py:76:1: E305 expected 2 blank lines after class or function definition, found 1

I don't know if you want me to fix those in this PR.

wenbinf commented 7 years ago

@swaggy could you help merge this PR? I don't have write access to this repo after I left Nextdoor :(