Skip to content

Cron schedule at different time but running at different time. #9

@rajansahu713

Description

@rajansahu713

I have scheduled cron at (Hour=3 and minutes=30) as you can see below code

@scheduler.scheduled_job('cron', hour=3, minute=30)
def cron_task_test():
print('cron task is run...3:30 ')

But in the cron admin panel, you can see that it is scheduled at 1:00 and it running also at 1:00

image

Could you please tell me what going wrong here and how to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions