Queues
Processing queue status and monitoring
Returns status information about the internal processing queues that handle asset bundle conversion requests.
This endpoint provides visibility into:
Number of entities pending conversion
Number of entities currently being processed
Number of successfully completed conversions
Number of failed conversions
Useful for monitoring system load and identifying potential bottlenecks in the asset bundle conversion pipeline.
Queue status information
Status of pending conversion jobs organized by platform
List of entity IDs with pending Windows asset bundle conversions
List of entity IDs with pending Mac asset bundle conversions
Deprecated. WebGL was decommissioned and is no longer queued for conversion. Retained for backward compatibility and always returned as an empty array.
Bad request
Internal server error
GET /queues/status HTTP/1.1
Host: asset-bundle-registry.decentraland.org
Accept: */*
{
"windowsPendingJobs": [
"text"
],
"macPendingJobs": [
"text"
]
}Last updated