home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 362107147

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1832#issuecomment-362107147 https://api.github.com/repos/pydata/xarray/issues/1832 362107147 MDEyOklzc3VlQ29tbWVudDM2MjEwNzE0Nw== 306380 2018-01-31T23:34:16Z 2018-01-31T23:34:16Z MEMBER

Or, this might work in conjunction with https://github.com/dask/dask/pull/3066

python diff --git a/distributed/worker.py b/distributed/worker.py index a1b9f32..62b5f07 100644 --- a/distributed/worker.py +++ b/distributed/worker.py @@ -1227,8 +1227,8 @@ class Worker(WorkerBase): def add_task(self, key, function=None, args=None, kwargs=None, task=None, who_has=None, nbytes=None, priority=None, duration=None, resource_restrictions=None, **kwargs2): - if isinstance(priority, list): - priority.insert(1, self.priority_counter) + # if isinstance(priority, list): + # priority.insert(1, self.priority_counter) try: if key in self.tasks: state = self.task_state[key]

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  288785270
Powered by Datasette · Queries took 0.795ms · About: xarray-datasette