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
fix: invalidate heap to an empty list and not None (#166)
The issue occurs in celery 4.2+ and the included test case reproduces it,
introduced in pull celery/celery#4493 and initially introduced in PR #25
- on initial read, return None to make sure we populate heap and old_schedulers
- include (hypothetic) test case where every sync returns an update
- inverse _initial_read condition to be make it clearer
fixescelery/celery#5032
0 commit comments