Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatabaseScheduler ignores 'expires' option #558

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spoksss
Copy link

@spoksss spoksss commented Dec 7, 2018

Fix: #393

@spoksss
Copy link
Author

spoksss commented Dec 7, 2018

The same fix should work with django-celery==3.2

@spoksss
Copy link
Author

spoksss commented Dec 7, 2018

Example how I use it, maybe will be helpful.

from celery import Task

class MyTask(Task):

    expires = 60 * 2
    ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DatabaseScheduler ignores 'expires' option
1 participant