EDIT: It took much longer than normal but did respond.
Hi,
I have noticed requests getting queued indefinitely over the last few days.
The debug log keeps polling every 120s (like below) but it never gets a response and goes back to sleep.
2021-09-02 08:34:28,749 DEBUG https://cds.climate.copernicus.eu:443 "GET /api/v2/tasks/8d8a8405-a2cf-4668-883f-d4f7fcbdce3a HTTP/1.1" 200 None 2021-09-02 08:34:28,751 DEBUG REPLY {'state': 'queued', 'request_id': '8d8a8405-a2cf-4668-883f-d4f7fcbdce3a', 'specific_metadata_json': {'top_request_origin': 'api'}} 2021-09-02 08:34:28,755 DEBUG Request ID is 8d8a8405-a2cf-4668-883f-d4f7fcbdce3a, sleep 120
The request sent via the API is:
2021-09-02 08:18:06,232 DEBUG POST https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-single-levels {"product_type": "reanalysis", "variable": ["100m_u_component_of_wind", "100m_v_component_of_wind", \
"10m_u_component_of_neutral_wind", "10m_v_component_of_neutral_wind", "10m_u_component_of_wind", "10m_v_component_of_wind", "2m_temperature", "boundary_layer_height", "convective_inhibition", "mean_total_precipitation_rate", \
"2m_dewpoint_temperature", "mean_sea_level_pressure", "surface_net_solar_radiation", "surface_pressure", "total_cloud_cover"], "year": 2021, "month": 8, "day": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", \
"14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"], "time": ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00",\
"13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"], "format": "netcdf", "area": [38, 68, 6, 98], "grid": [0.25, 0.25]}
Is there any scheduled maintenance or downtime going on?
Thanks!