Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0f0a58

Browse files
authored
Remove celery rate limit (#128)
1 parenta059887 commitc0f0a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎miss_islington/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616

1717

18-
@app.task(rate_limit="1/m")
18+
@app.task()
1919
defsetup_cpython_repo():
2020
print("Setting up CPython repository")
2121
if"cpython"notinos.listdir("."):
@@ -37,7 +37,7 @@ def setup_cpython_repo():
3737
print("cpython directory already exists")
3838

3939

40-
@app.task(rate_limit="1/m")
40+
@app.task()
4141
defbackport_task(commit_hash,branch,*,issue_number,created_by,merged_by):
4242
"""Backport a commit into a branch."""
4343
ifnotutil.is_cpython_repo():

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp