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

fix/clarify update_changed after TZ change #769

Merged
merged 1 commit into from
Jul 15, 2024
Merged

fix/clarify update_changed after TZ change #769

merged 1 commit into from
Jul 15, 2024

Conversation

bbilly1
Copy link
Contributor

@bbilly1 bbilly1 commented Jul 12, 2024

I've stumbled over this on the docs website here.

The code example there will raise TypeError: PeriodicTasks.changed() missing 1 required positional argument: 'instance', as that expects the PeriodicTask instance as an argument, probably in a for loop as in the Readme here.

I've set it to update_changed, I assume that will do the same as looping through the PeriodicTask instances and calling changed on each?

@auvipy auvipy merged commit ca698f9 into celery:main Jul 15, 2024
21 checks passed
@bbilly1
Copy link
Contributor Author

bbilly1 commented Jul 16, 2024

Very nice, thanks for merging. Looking forward to a docs rebuild, so future people aren't confused by this as well.

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

Successfully merging this pull request may close these issues.

2 participants