I have mocked-up a tool I would like to use to automate some of our back-of-house tasks. It implements task queues somewhat, but I have a quick question. The Dev environment seems to operate as a single task-queue with a bucket size of 1 no matter how many named queues there are.
Is the production (cloud) deployed implementation of Task Queues different as described. The performance running locally on the AppEngineLauncher is a little disappointing but perhaps it runs bucket size = 1 as a deliberate limitation?