Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
A
aidso-data
Project
Project
Details
Activity
Releases
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
Yaowentong
aidso-data
Commits
88d11412
Commit
88d11412
authored
May 22, 2026
by
Yaowentong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0081c6f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
base_config.py
aidso_geo/config/base_config.py
+4
-3
No files found.
aidso_geo/config/base_config.py
View file @
88d11412
...
@@ -163,10 +163,11 @@ if __name__ == '__main__':
...
@@ -163,10 +163,11 @@ if __name__ == '__main__':
'WXYY:geo:batch:list'
,
'WXYY:geo:batch:list'
,
'geo:task_commit:list'
]
'geo:task_commit:list'
]
t
=
init_redis
()
t
=
init_redis
()
# print(t.scard('mt_third_task'))
#
# print(t.scard('mt_third_task'))
while
1
:
while
1
:
for
k
in
key_list
:
for
k
in
key_list
:
# print(t.smembers(k))
print
(
f
"{k}----{t.llen(k)}"
)
print
(
f
"{k}----{t.llen(k)}"
)
time
.
sleep
(
10
)
time
.
sleep
(
10
)
# key = "third_cx_user_id"
#
# print(len(t.smembers(key)))
\ No newline at end of file
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