Earth-Information-System / fireatlas

3 stars 1 forks source link

DPS Submit Job Scheduler Needs Validation on Results #42

Open ranchodeluxe opened 1 month ago

ranchodeluxe commented 1 month ago

What

The current DPS Docker submit job doesn't check results and our MAAP_PGT token expired and they were failing for the last 10 hours. So we need to check results

{'job_id': '', 'status': 'failed', 'machine_type': None, 'architecture': None, 'machine_memory_size': None, 'directory_size': None, 'operating_system': None, 'job_start_time': None, 'job_end_time': None, 'job_duration_seconds': None, 'cpu_usage': None, 'cache_usage': None, 'mem_usage': None, 'max_mem_usage': None, 'swap_usage': None, 'read_io_stats': None, 'write_io_stats': None, 'sync_io_stats': None, 'async_io_stats': None, 'total_io_stats': None, 'error_details': '{"message": "Not authorized."}\n', 'response_code': 403, 'outputs': []}

AC