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

schedule task #709

Open
Manchuker1120 opened this issue Jan 5, 2024 · 1 comment
Open

schedule task #709

Manchuker1120 opened this issue Jan 5, 2024 · 1 comment

Comments

@Manchuker1120
Copy link

Summary:

Include a brief description of the problem here, and fill out the version info below.

  • Celery Version: 5.3.6
  • Celery-Beat Version: 2.5.0

Exact steps to reproduce the issue:

  1. If the scheduled schedule is earlier than the current time and the task is changed to enabled, it will be executed immediately.

How to set it so that if the scheduled schedule is earlier than the current time, it will not be executed by default.

@mark-at-kluster
Copy link

There is no way within the package to stop this happening currently, it appears by design. I outlined how we worked round this issue in #537. Hope that helps!

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

2 participants