tessl install tessl/pypi-gcloud@0.7.0Python client library for Google Cloud Platform services including Datastore, Storage, and Pub/Sub
Agent Success
Agent success rate when using this tile
93%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.19x
Baseline
Agent success rate without this tile
78%
{
"context": "This criteria evaluates how well the engineer uses the gcloud pubsub package to implement message processing with acknowledgment control and deadline extension. The focus is on proper usage of subscription.pull(), subscription.acknowledge(), and subscription.modify_ack_deadline() methods.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Message pulling",
"description": "Uses subscription.pull() method correctly to retrieve messages from the subscription with the appropriate max_messages parameter",
"max_score": 25
},
{
"name": "Message acknowledgment",
"description": "Uses subscription.acknowledge() method to acknowledge successfully processed messages with the correct acknowledgment IDs",
"max_score": 30
},
{
"name": "Deadline extension",
"description": "Uses subscription.modify_ack_deadline() method to extend the acknowledgment deadline for messages that need more processing time",
"max_score": 30
},
{
"name": "Acknowledgment ID handling",
"description": "Correctly extracts and manages acknowledgment IDs from the pull() results, passing them appropriately to acknowledge() or modify_ack_deadline() methods",
"max_score": 15
}
]
}