1.0, using coinor-cbc instead of building from binary

This commit is contained in:
Jared Numrab
2021-12-04 03:19:17 -05:00
parent b2c3f0df79
commit c36b4cdc18
3 changed files with 11 additions and 17 deletions

View File

@ -19,7 +19,7 @@ class ServiceListener(SqsListener):
logging.info('Process complete for %s', service.file_name)
def main():
logging.info('Starting Solver Service (v0.6.0)...')
logging.info('Starting Solver Service (v1.0.0)...')
listener = ServiceListener(
'measure-development-solver-ingest',
region_name=os.environ['AWS_REGION'],