Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.7-2

    Here, we demonstrate submitting a job through the Python API that uses an email callback.

    Warning

    Do not use sys.exit() to return from the script, it will kill the supervisor thread that's running the callback process.

    Note

    Note: supervisor_language_flags must contain "mail" or this callback will silently fail.

    ...