V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Te11UA
V2EX  ›  Python

生成任务列表等待完成回调,如果进行超时重试和完成任务删除?

  •  
  •   Te11UA · 2020-10-22 21:14:40 +08:00 · 1382 次点击
    这是一个创建于 1281 天前的主题,其中的信息可能已经有所发展或是发生改变。

    因为需要持久化,所以目前的解决方案是用 Redis 的 List

    • 遍历 List 查看是否超时,超时则重试
    • 任务完成后删除是用 LINDEX + LREM

    虽然能用,但是想问下还有什么好用的方法可以解决这两种问题?

    6 条回复    2020-10-23 13:47:19 +08:00
    ClericPy
        1
    ClericPy  
       2020-10-22 21:47:01 +08:00
    了解一下 Future 的设计吧, 线程和协程都有
    billlee
        2
    billlee  
       2020-10-22 23:55:29 +08:00
    celery?
    Te11UA
        3
    Te11UA  
    OP
       2020-10-23 08:56:25 +08:00
    @ClericPy 其实主要是需要持久化,任务不能丢,没有想到其它的好方法,如果不需要的话类似 future 这样是可以的
    chogath
        4
    chogath  
       2020-10-23 10:06:21 +08:00
    参考下 Node.js Bull ? 是使用 hash 做持久化
    chenqh
        5
    chenqh  
       2020-10-23 11:37:54 +08:00
    这种存 db 不就好了嘛?
    Te11UA
        6
    Te11UA  
    OP
       2020-10-23 13:47:19 +08:00
    @chenqh 尝试过,数据量大的时候很卡
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3228 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 13:53 · PVG 21:53 · LAX 06:53 · JFK 09:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.