issues
search
state-hiu
/
ittc-server-django
Front-End ITTC Server with Proxy, Cache, Logs, and Stats
MIT License
0
stars
3
forks
source link
Support Heuristics / Branch Prediction
#4
Open
state-hiu
opened
9 years ago
state-hiu
commented
9 years ago
[x] Celery Instructions /
http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html
[x] settings.py
[x] tasks
[ ] Priority queue for background tile requests /
http://docs.celeryproject.org/en/latest/userguide/routing.html
/ Since Celery doesn't support per-task priorities, use multiple queues and create empty queues as needed with
http://docs.celeryproject.org/en/latest/configuration.html#celery-create-missing-queues
/
http://kombu.readthedocs.org/en/latest/userguide/examples.html#task-queue-example
[ ] Smart queue eviction / reordering when overloaded
Heuristics
[x] Down (All the children tiles)
[x] Up (all the parent tiles)
[x] Nearby (all the adjacent tiles at the same zoom level)
Heuristics