monsterqueue
monsterqueue copied to clipboard
support for task metadata
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.