You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: