Skip to content

issues Search Results · repo:django-commons/django-tasks-scheduler language:Python

Filter by

50 results
 (75 ms)

50 results

indjango-commons/django-tasks-scheduler (press backspace or delete to remove)

Describe the bug If you have Timezone configuration in the host system (in my case I have timezone EEST Wed Jul 2 13:00:44 EEST 2025 plus if you have Timezone configuration in Django Python 3.12.0 ...
bug
  • dmitriev-e
  • 1
  • Opened 
    4 days ago
  • #288

Describe the bug Opening a Task in Django admin panel errors with NoneType object has no attribute scheduled_task_id. Django Traceback: Environment: Request Method: GET Request URL: http://backend/api/v2/admin/scheduler/task/4/change/ ...
bug
  • Avasam
  • 1
  • Opened 
    6 days ago
  • #285

Describe the bug When trying to enqueue a worker, I get the following error: Traceback (most recent call last): File /root/.cache/pypoetry/virtualenvs/backend-MATOk_fk-py3.12/lib/python3.12/site-packages/scheduler/helpers/queues/queue_logic.py ...
bug
  • Avasam
  • 6
  • Opened 
    6 days ago
  • #284

Describe the bug Our app runs inside a Linux docker, but some of us are still developing on Windows. resource is not available on Windows, making it impossible to run any management commands (like python ...
bug
  • Avasam
  • 2
  • Opened 
    13 days ago
  • #281

Describe the bug OnceTaskType shows in Admin UI in the field Schedule raw datetime from Database But in my case - my timezone is UTC+3 My Database store datetime in UTC timezone So, it means that for ...
bug
  • dmitriev-e
  • 1
  • Opened 
    14 days ago
  • #280

Describe the bug When clicking on a Task detail in Django admin e.g. http://localhost/scheduler/task/3/change/ I get this error: TypeError: JobModel.init() missing 8 required keyword-only arguments: ...
bug
  • danjac
  • 5
  • Opened 
    16 days ago
  • #279

Hi team 👋 First of all — thank you for maintaining this excellent library 🙏 I’d like to propose a small enhancement for users on Django 5 that improves the admin interface. Currently, users can only ...
enhancement
  • DhavalGojiya
  • 6
  • Opened 
    22 days ago
  • #278

Hi! I the old verison I used a function like this: class GetJobsView(View): def get(self, request, *args, **kwargs): job_list = [] for queue_name in SCHEDULER_QUEUES.keys(): queue = get_queue(queue_name) ...
  • gkieninger
  • 1
  • Opened 
    22 days ago
  • #277

Describe the bug Trying to add a new task via Django admin, I get this error: TypeError at /admin/scheduler/task/add/ = not supported between instances of NoneType and datetime.datetime To Reproduce ...
bug
  • danjac
  • 3
  • Opened 
    22 days ago
  • #276

i add jobs , do you know why never execute Image
bug
  • Codefans-fan
  • 4
  • Opened 
    26 days ago
  • #275
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub