Tag: python

  • Here is an example code snippet that executes ‘last rites’. My current use-case is to handle final tasks on a cluster job management system when the script violates some execution criterion e.g. exceeding memory quota. It’s helpful if the job could perform some task(s) that indicate that it had to be terminated. The key module…

    ·