basic funcionality improvements, as well as bundle refactor prep
This commit is contained in:
@ -19,7 +19,7 @@ class ServiceListener(SqsListener):
|
||||
logging.info('Process complete for %s', service.file_name)
|
||||
|
||||
def main():
|
||||
logging.info('Starting Solver Service (v1.1.1)...')
|
||||
logging.info('Starting Solver Service (v1.1.2)...')
|
||||
listener = ServiceListener(
|
||||
os.environ['SQS_QUEUE'],
|
||||
region_name=os.environ['AWS_REGION'],
|
||||
|
Reference in New Issue
Block a user