Tim Abbott
|
40ff41e135
|
tornado: Fix populate_db failing to call send_event properly.
This isn't the right long-term fix; theoretically, send_event
shouldn't be doing anything with populate_db, but that's for later.
|
2018-11-02 17:07:21 -07:00 |
Tim Abbott
|
0cac7e1cd3
|
tornado: Extract functions for Tornado queue names.
This moves all control for what queue to use for which realm in our
Tornado system to just the sharding.py file; no actual sharding is
done yet.
|
2018-11-02 17:00:10 -07:00 |
Tim Abbott
|
152c44b6d2
|
tornado: Extract function for specifying Tornado URI.
Since TORNADO_PROCESSES is 1 in all default configurations, this
doesn't have any user-facing effect.
|
2018-11-02 17:00:09 -07:00 |