cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Add ability to schedule cron tasks

Open deliahu opened this issue 4 years ago • 0 comments
trafficstars

Implementation notes

This could be achieved by adding a field to the TaskAPI (e.g. cron), which would result in a task being submitted on the specified schedule.

Another alternative would be to add a cron API kind (but this may be unnecessary).

Motivation

One example of where this could be useful is for daily model retraining.

deliahu avatar Apr 06 '21 18:04 deliahu