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

[Feature] count the number of times job executed

arbazkiraak opened this issue · comments

create a meta variable and just increment

task.meta["execution_count"] += 1