Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: appengine/swarming/server/bot_management.py

Issue 2832203002: task_queues: Add more scaffolding (Closed)
Patch Set: Addressed comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/queue.yaml ('k') | appengine/swarming/server/task_queues.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/bot_management.py
diff --git a/appengine/swarming/server/bot_management.py b/appengine/swarming/server/bot_management.py
index 678af72f99e8a7055578048b4a2dfe6af36f73a8..b83821c3e7274e0b087146fd215f764603ce0333 100644
--- a/appengine/swarming/server/bot_management.py
+++ b/appengine/swarming/server/bot_management.py
@@ -9,13 +9,21 @@
|id=bot_id|
+---------+
|
- +------+-------+---------------+---------+----- ... -----+
- | | | | |
- v v v v v
- +-------+ +-----------+ +--------+ +--------+ +--------+
- |BotInfo| |BotSettings| |BotEvent| |BotEvent| ... |BotEvent|
- |id=info| |id=settings| |id=fffff| |if=ffffe| ... |id=00000|
- +-------+ +-----------+ +--------+ +--------+ +--------+
+ +-----++-------+---------------+---------+----- ... -----+
+ | | | | | |
+ v | v v v v
+ +-------+ | +-----------+ +--------+ +--------+ +--------+
+ |BotInfo| | |BotSettings| |BotEvent| |BotEvent| ... |BotEvent|
+ |id=info| | |id=settings| |id=fffff| |if=ffffe| ... |id=00000|
+ +-------+ | +-----------+ +--------+ +--------+ +--------+
+ |
+ +--------------------+
+ | |
+ v v
+ +-------------------+ +-------------------+
+ |BotTaskDimensions | ... |BotTaskDimensions |
+ |id=<dimension_hash>| ... |id=<dimension_hash>| <task_queues.py>
+ +-------------------+ +-------------------+
+--------Root--------+
|DimensionAggregation|
« no previous file with comments | « appengine/swarming/queue.yaml ('k') | appengine/swarming/server/task_queues.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698