Browse Source

[docs] Update of github issue for task server

Romain Rigaux 5 years ago
parent
commit
93899460f4

+ 1 - 1
docs/ROADMAP.md

@@ -21,7 +21,7 @@ Next release is 4.9 [HUE-9488](https://issues.cloudera.org/browse/HUE-9488)
   * [ ] Charting and visualization revamp [HUE-6093](https://issues.cloudera.org/browse/HUE-6093)
   * [ ] Result Sharing (Google Spreadsheet, Slack...)
 * Core
-  * [ ] Task Server workers [HUE-8738](https://issues.cloudera.org/browse/HUE-8738)
+  * [ ] Task Server workers [#1526](https://github.com/cloudera/hue/issues/1526)
   * [ ] Result caching and storage [HUE-8787](https://issues.cloudera.org/browse/HUE-8787)
   * [ ] Reference architecture [HUE-8815](https://issues.cloudera.org/browse/HUE-8815)
   * [ ] Python 3 support [HUE-8737](https://issues.cloudera.org/browse/HUE-8737)

+ 1 - 1
docs/docs-site/content/administrator/administration/reference.md

@@ -286,7 +286,7 @@ Here is one way to do it with [NGINX](http://gethue.com/using-nginx-to-speed-up-
 **Beta Feature**
 
 The task server is currently a work in progress to outsource all the blocking or resource intensive operations
-outside of the API server. Follow [HUE-8738](https://issues.cloudera.org/browse/HUE-8738) for more information
+outside of the API server. Follow [#1526](https://github.com/cloudera/hue/issues/1526) for more information
 on when first usable task will be released.
 
 Until then, here is how to try the task server service.