Changelog
Added
* API to terminate processes with task_id or function_name.
* API to list task into.
* API to get a function definition.
* No max function concurrency mode
Changed
* Rename FunctionServer's method, "add_job" to "add_function"
Fixed
Removed
* Redis Support for storing task info
Development
* Add Lint Stage on CI