rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for job meta field

arcodergh opened this issue · comments

commented

Rq jobs support a field meta to store metadata https://github.com/rq/rq/blob/master/rq/job.py#L94 however this field is not exposed in rq-scheduler scheduler, cron, etc functions.

Made a PR to address this, check out #190

Fixed in #190