FEATURES.md: add idea for versioning API

This commit is contained in:
Sybren A. Stüvel 2022-06-28 12:59:26 +02:00
parent c613c1993a
commit f508bd7e92

View File

@ -67,6 +67,8 @@ Note that list is **not** in any specific order.
- [ ] Jobs - [ ] Jobs
- [ ] Tasks - [ ] Tasks
- [ ] Add a version to the API URLs, so like `/api/v3/blabla`, to aid in later upgrades.
- [ ] Worker sleep schedule - [ ] Worker sleep schedule
- [ ] CLI option to write built-in job compiler scripts to disk - [ ] CLI option to write built-in job compiler scripts to disk
- [ ] Support pausing jobs. - [ ] Support pausing jobs.