source/client/python/api-v0.1/api/connector.py (6 lines): - line 25: URLOPEN_LAMBDA_INVOKE_TIMEOUT_SEC = 120 # TODO Catch timout exception - line 238: # TODO implements this method - line 250: # TODO raise exception when the task list is above a given threshold - line 251: # TODO create a response object instead of dictionary - line 312: # TODO this should be private - line 344: # TODO make it private source/compute_plane/python/agent/agent.py (3 lines): - line 78: # TODO: redirect logs to fluentD - line 89: # TODO - retreive the endpoint url from Terraform - line 412: # TODO How big of a payload we can pass here? source/control_plane/python/lambda/ttl_checker/ttl_checker.py (2 lines): - line 54: # TODO: implement archival after 10 days in S3 - line 95: # TODO: MAX_RETRIES should be extracted from task definition... Store in DDB? source/compute_plane/python/lambda/scaling_metrics/scaling_metrics.py (2 lines): - line 13: # TODO - retrieve the endpoint url from Terraform - line 23: # TODO - retrieve the endpoint url from Terraform source/client/python/api-v0.1/api/queue_manager.py (1 line): - line 19: # TODO due to the way variables are propagated from terraform to AWS Lambda and to Agent file source/control_plane/python/lambda/submit_tasks/submit_tasks.py (1 line): - line 170: # TODO: We are not currently supporting this option, consider for removal and replace with assertion source/client/python/utils/utils/performance_tracker.py (1 line): - line 16: # TODO: remove dependencies on influxdb