cameronmaske / celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.
https://pypi.python.org/pypi/celery_once/
BSD 2-Clause "Simplified" License
661 stars 90 forks source link

Fix: get_key inspection fail on autoretry_for #75

Closed pkariz closed 5 years ago

pkariz commented 6 years ago

This is a proposed fix for the issue #74

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 206


Totals Coverage Status
Change from base Build 203: 0.0%
Covered Lines: 149
Relevant Lines: 154

💛 - Coveralls
dotpmrcunha commented 5 years ago

Hi all,

Is this merge request going to be accepted?

This seems to solve my issue with autoretry_for plus once={'keys': [...]}

Regards, Pedro

mathiasose commented 5 years ago

I ran into this problem too. Any plans for a release that includes this fix soon?

cameronmaske commented 5 years ago

@mathiasose I'll push a release for 2.0.1 with this included shortly, sorry for the delay.

cameronmaske commented 5 years ago

Should be live, sorry again for the delay.

mathiasose commented 5 years ago

:clap: Thanks!