Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
physical
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpha
physical
Commits
f4658bc7
Commit
f4658bc7
authored
Oct 17, 2019
by
吴升宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix retry
parent
867b198e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
Makefile
+1
-1
auto_request.py
vest/request/auto_request.py
+5
-5
No files found.
Makefile
View file @
f4658bc7
crontab
:
cp
crontab.py /data/log/physical/app/crontab.py
&&
python /data/log/physical/app/crontab.py
&&
python /data/log/physical/app/crontabs.py
celery
:
celery
-A
physical worker
-c
1
-Q
vest
-l
debug
celery
-A
physical worker
-c
1
-Q
tapir-alpha
-l
debug
--max-tasks-per-child
==
500
vest/request/auto_request.py
View file @
f4658bc7
...
...
@@ -114,7 +114,7 @@ def logins(user_id):
return
None
@shared_task
@shared_task
(
retry_kwargs
=
{
'max_retries'
:
0
})
def
click
(
cookies_get
,
id
):
# 点赞
try
:
...
...
@@ -148,7 +148,7 @@ def click(cookies_get, id):
logging
.
error
(
"catch exception,logins:
%
s"
%
traceback
.
format_exc
())
@shared_task
@shared_task
(
retry_kwargs
=
{
'max_retries'
:
0
})
def
reply
(
cookies_get
,
id
,
content
):
try
:
post_dict
=
{
...
...
@@ -272,7 +272,7 @@ def get_comments():
return
None
@shared_task
@shared_task
(
retry_kwargs
=
{
'max_retries'
:
0
})
def
follow
(
cookies_get
,
id
):
try
:
post_dict
=
{
...
...
@@ -438,7 +438,7 @@ def set_reply_to_redis():
logging
.
error
(
"catch exception,logins:
%
s"
%
traceback
.
format_exc
())
@shared_task
@shared_task
(
retry_kwargs
=
{
'max_retries'
:
0
})
def
reply2
(
cookies_get
,
id
,
content
,
replied_id
):
try
:
post_dict
=
{
...
...
@@ -459,7 +459,7 @@ def reply2(cookies_get, id, content, replied_id):
logging
.
error
(
"catch exception,logins:
%
s"
%
traceback
.
format_exc
())
@shared_task
@shared_task
(
retry_kwargs
=
{
'max_retries'
:
0
})
def
pictorial_reply
(
cookies_get
,
id
,
content
):
try
:
post_dict
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment