You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Spooren 63abea1522
job: add get_meta() function (#1536)
* job: add get_meta() function

The newly introduced function returns meta data stored for the job. This
is required since job.meta stays an empty dict until the job is
finished or failed.

With the new function it's possible to store arbiatraty states/stages of
the job and allow the user to track progress. A long running job may
return custom stages like `downloading_data`, `unpacking_data`,
`processing_data`, etc.

This may allow better interfaces since users can track progress.

Signed-off-by: Paul Spooren <mail@aparcar.org>

* docs: add missing `refresh` arg to get_status()

This was previously missing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years ago
..
_includes Added anchor.js to docs 6 years ago
_layouts Add chat page (#1474) 4 years ago
chat Add chat page (#1474) 4 years ago
contrib Add docs folder. 7 years ago
css Slightly tweaked docs CSS 4 years ago
design Add docs folder. 7 years ago
docs job: add get_meta() function (#1536) 3 years ago
img Add docs folder. 7 years ago
patterns Typo: Than -> Then (#1479) 4 years ago
CNAME Add docs folder. 7 years ago
_config.yml Add chat page (#1474) 4 years ago
favicon.png Add docs folder. 7 years ago
index.md Newer pip install command from git (#1439) 4 years ago