Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use geohash to schedule task respecting locality #68

Open
jingpengw opened this issue Apr 29, 2019 · 1 comment
Open

use geohash to schedule task respecting locality #68

jingpengw opened this issue Apr 29, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jingpengw
Copy link
Member

jingpengw commented Apr 29, 2019

scheduling task respecting locality will enhance usage of caches.

  1. the queue server stored the finished locations and unfinished locations (grid index).
  2. worker send request with a current center of processed grid positions.
  3. the server will assign task according to the history of worker and respect the locality.

A good candidate is redis server with spatial indexes or geohash

@jingpengw jingpengw added the enhancement New feature or request label Aug 15, 2019
@jingpengw
Copy link
Member Author

implement this feature using Argonne scheduler balsam or airflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant