monsterqueue icon indicating copy to clipboard operation
monsterqueue copied to clipboard

support for task metadata

Open vamsu opened this issue 9 years ago • 0 comments

What do you think of a feature to allow tasks to update job metadata ? It helps tasks capture there current progress. I am thinking of something on the lines as below

New function in Job interface -> Metadata(data JobMetadata) (bool, error) New type -> type JobMetadata map[string]interface{}

If you think it is a useful, I can send a PR.

vamsu avatar Sep 19 '16 01:09 vamsu