Limit the duration of Docker build #13

Closed
opened 2024-07-19 12:04:38 +02:00 by antux18 · 3 comments
Collaborator

We cannot use the node forever, so we have to limit ourselves:

  • Either by using only Python
  • Or by handling in Python the signal sent by OARSUB when killing a job
We cannot use the node forever, so we have to limit ourselves: - Either by using only Python - Or by handling in Python the signal sent by OARSUB when killing a job
antux18 self-assigned this 2024-07-19 12:04:49 +02:00
Owner
This seems to be what we need: https://oar.imag.fr/docs/2.5/user/usecases.html#testing-the-checkpointing-trigger-mechanism
Owner

so wrapping in a bash script the call to ecg might be good enough :)

so wrapping in a bash script the call to ecg might be good enough :)
Owner

i think i can do this one and #12 at the same time (and maybe even #16)

i think i can do this one and #12 at the same time (and maybe even #16)
Sign in to join this conversation.
No description provided.