ScottG489 / conjob

Simple web interface to run containers as jobs or serverless functions
MIT License
12 stars 0 forks source link

Job settings endpoint where settings for a job that apply to conjob can be configured #27

Open ScottG489 opened 3 years ago

ScottG489 commented 3 years ago

An example of this might be to configure a job to run on a schedule (although the feature isn't implemented yet). These would be settings for a job as they apply to conjob, not to the job run.

Some ideas:

Should the config and secrets endpoints be moved under this? (i.e. settings/secrets and settings/config)