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

Not working after the setup according to READ ME #7

Open
JACK1SP opened this issue May 27, 2022 · 0 comments
Open

Not working after the setup according to READ ME #7

JACK1SP opened this issue May 27, 2022 · 0 comments

Comments

@JACK1SP
Copy link

JACK1SP commented May 27, 2022

Hi @Koed00 and @likeon hope you are doing well.
Actually i set up this package in my Project
By following your README and everything I set up
But when i scheduled the Jobs in Django Admin , nothing happens, even I run the beat scheduler in my next terminal.
RQ_JOBS_MODULE = 'modules.testapp.tasks'

tasks.py

from django_rq import job
from .models import Category
@job
def long_running_func():
    Category.objects.create(name="TESTC")
    return 2000

image

image

I checked with Hourly and Once by giving next run on after 3 min or 5 min , or 10 min but nothing works

But when I run directly with django-rq (Job running perfect)

Please help me out what i am missing ?

Thanks

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

No branches or pull requests

1 participant