chore: todo
This commit is contained in:
@@ -2,6 +2,10 @@ import { Model, DataTypes, Optional } from 'sequelize';
|
|||||||
import sequelize from '../db/config';
|
import sequelize from '../db/config';
|
||||||
import Robot from './Robot';
|
import Robot from './Robot';
|
||||||
|
|
||||||
|
// TODO:
|
||||||
|
// 1. rename variables
|
||||||
|
// 2. we might not need interpreter settings?
|
||||||
|
// 3. store binaryOutput in MinIO
|
||||||
interface InterpreterSettings {
|
interface InterpreterSettings {
|
||||||
maxConcurrency: number;
|
maxConcurrency: number;
|
||||||
maxRepeats: number;
|
maxRepeats: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user