Skip to content
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
eee9975
Fix typo
sondrelg Nov 8, 2022
6f1691b
fix typos in optional tests (#7876)
hsk17 Nov 9, 2022
eabd701
Enhanced doc for canvas.Signature class (#7891)
Nusnus Nov 9, 2022
dc7cdc2
Fix revoke by headers tests stability (#7892)
Nusnus Nov 10, 2022
41e79a9
feat: add global keyprefix for backend result keys (#7620)
kaustavb12 Nov 10, 2022
1bdd5e4
Canvas.py doc enhancement (#7897)
Nusnus Nov 10, 2022
d96bf9b
update sqlalchemy 1.0.14 to 1.2.18
chncaption Nov 11, 2022
4e2280b
Canvas.py doc enhancement (#7902)
Nusnus Nov 14, 2022
a6b16c5
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 14, 2022
b5bc40f
Fix test warnings (#7906)
ShaheedHaque Nov 15, 2022
706ebb6
Support for out-of-tree worker pool implementations (#7880)
ShaheedHaque Nov 15, 2022
577eee6
Canvas.py doc enhancement (#7907)
Nusnus Nov 16, 2022
145aae8
Use bound task in base task example. Closes #7909
WilliamDEdwards Nov 16, 2022
1392936
Allow the stamping visitor itself to set the stamp value type instead…
Nusnus Nov 20, 2022
570c4a6
Stamping a task left the task properties dirty (#7916)
Nusnus Nov 22, 2022
bfd8587
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 21, 2022
87613c7
Fixed bug when chaining a chord with a group (#7919)
Nusnus Nov 27, 2022
c918a6d
Fixed bug in the stamping visitor mechanism where the request was lac…
Nusnus Nov 28, 2022
2960b89
Fixed bug in task_accepted() where the request was not added to the `…
Nusnus Nov 29, 2022
cd3486d
Fix bug in TraceInfo._log_error() where the real exception obj was hi…
Nusnus Nov 29, 2022
788dfe4
Added integration test: test_all_tasks_of_canvas_are_stamped() for va…
Nusnus Nov 29, 2022
5c70357
Added new example for the stamping mechanism: examples/stamping (#7933)
Nusnus Nov 30, 2022
b2f456b
Fixed a bug where replacing a stamped task and stamping it again
Nusnus Dec 1, 2022
5eaa6ac
The bugfix in PR #7934 created a new bug with nested group stamping o…
Nusnus Dec 1, 2022
aad5ff1
Added test_stamping_example_canvas to validate the new stamping examp…
Nusnus Dec 3, 2022
49334bd
Fixed a bug in losing chain links (not error links though) when uncha…
Nusnus Dec 4, 2022
8b7e9f5
Removing as not mandatory
auvipy Nov 8, 2022
3983484
Housekeeping for Canvas.py (#7942)
Nusnus Dec 11, 2022
ae73d5d
[pre-commit.ci] pre-commit autoupdate (#7927)
pre-commit-ci[bot] Dec 13, 2022
736c8a8
Scheduled weekly dependency update for week 50 (#7954)
pyup-bot Dec 13, 2022
8bba7f9
try pypy 3.9 in CI (#7956)
auvipy Dec 14, 2022
c2315e5
sqlalchemy==1.4.45 (#7943)
auvipy Dec 14, 2022
a8c2a1e
billiard>=4.1.0,<5.0 (#7957)
auvipy Dec 14, 2022
dd811b3
feat(typecheck): allow changing type check behavior on the app level;
Dec 10, 2022
0d5abd7
Add broker_channel_error_retry option (#7951)
nkns165 Dec 15, 2022
8a92e0f
Add beat_cron_starting_deadline_seconds to prevent unwanted cron runs…
asnoeyink Dec 15, 2022
795a8e2
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Dec 19, 2022
f3a2cf4
Scheduled weekly dependency update for week 51 (#7965)
pyup-bot Dec 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
billiard>=4.1.0,<5.0 (celery#7957)
  • Loading branch information
auvipy authored Dec 14, 2022
commit a8c2a1e1034bff711a60f57332b5b88ed207e8fd
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytz>=2021.3
billiard>=4.0.2,<5.0
billiard>=4.1.0,<5.0
kombu>=5.3.0b2,<6.0
vine>=5.0.0,<6.0
click>=8.1.2,<9.0
Expand Down