This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# V0.75 | |
# Bump the above version when modifying this script / pushing to the CLI - | |
# it's a nice way to confirm that the right code is running on jasmin. | |
import pickle | |
import logging | |
import uuid | |
import pika | |
import time |