Tomáš Gavenčiak
Tomáš Gavenčiak
The code for arXiv bookmarklet in [blog post](https://web.hypothes.is/show-annotations-on-arxiv/ ) by @judell is missing. It would be a nice improvement for working with arXiv papers (since the PDFs there only have...
A document to track the directions from 0.3, replacing #26. Our mid- and long-term goals, their *[priority]*, (asignee) and any sub-tasks. *Any help is welcome with mentoring available for most...
Introduce optional task/data object groups and names for better monitoring and possibly debugging. Currently, the data objects have a `label` indicating the role it plays in the producer task (e.g....
Improve the online monitoring to: * Show session list summary with more info * Show more statistics and graphs, e.g. aggregation by task type or group (proposed in #32) *...
Currently a crash of a subworker may crash a worker, and a crash of a worker may crash the server. We need to improve this. However, we are *not* aiming...
Add task attribute to allow only a subset of workers. An empty attribute Usage: * Working on files local to a worker (either reading or writing). * Useful for `open`...
Rain server panics while a task becomes redy [here](https://github.com/substantic/rain/blob/master/src/server/scheduler.rs#L148). The relevant part of the log seems to be the following: ``` ... DEBUG 2018-03-17T15:31:49Z: librain::server::scheduler: Scheduler: New ready task (1,23092)...
While it currently serves reasonably well, Capnp has several drawbacks for Rain: * The interface and support for some languages is limited (e.g. no RPC for some, Pytohn API is...
Work in progress update on Attributes. Waits on internal attributes discussion and cleaup.
While Rain startup on PBS already has basic support, it would be great to have scripts to setup and control (at least teardown) deployment on some of: CloudStack API (Exoscale),...