seamless-io / seamless-web

Seamless Cloud is a serverless compute platform to run Python script on schedule with a focus on ease of use.
Apache License 2.0
4 stars 0 forks source link

parameters db model and basic CRUD API #92

Closed andheroe closed 4 years ago

andheroe commented 4 years ago
  1. New table - job_parameters.
  2. The API for the Web application to get/add/delete job parameters.
  3. Now you need to use db_commit() function when you want to commit changes.
  4. Added periodic task to kill containers that exceed the time limit.