You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All compute engines have compute environments, and each compute environment specifies how long the output produced by a job is held by the node, before being deleted.
When a job expiry is overdue, the node will delete all storage used by that job, and also delete the job record from the database
Task:
create a cron that deletes all storage used by expired jobs and deletes the record from db,
Thinks to consider: we have common and most likely specific tasks per each compute engine, so split code in both C2DEngines class and each compute engine class
The text was updated successfully, but these errors were encountered:
All compute engines have compute environments, and each compute environment specifies how long the output produced by a job is held by the node, before being deleted.
When a job expiry is overdue, the node will delete all storage used by that job, and also delete the job record from the database
Task:
Thinks to consider: we have common and most likely specific tasks per each compute engine, so split code in both C2DEngines class and each compute engine class
The text was updated successfully, but these errors were encountered: