alan-turing-institute / azure-batch-tools

Some tools to make deploying batch processing jobs to Azure easier
MIT License
1 stars 1 forks source link

Script to push and fetch tasks from queue #8

Closed martintoreilly closed 7 years ago

martintoreilly commented 7 years ago

We will use an Azure Service Bus queue to distribute tasks to each VM in the pool. Script should provide the following capabilities:

Notes

martintoreilly commented 7 years ago

Done in eb144a3