Skip to main content

SIMQ服务器。基于redis的消息队列,通过web接口提供对外服务。

Project description

simqsvr

SIMQ服务器。基于redis的消息队列,通过web接口提供对外服务。

安装

pip install simqsvr

接口列表

接口地址 接口名称
/simq/api/{channel}/rpush 添加消息(高优先级)
/simq/api/{channel}/lpush 添加消息(低优先级)
/simq/api/{channel}/dpush 添加延迟消息
/simq/api/{channel}/pop 获取消息执行
/simq/api/{channel}/ack 确认消息执行完成
/simq/api/{channel}/ret 退还消息
/simq/api/{channel}/query 查询消息详情
/simq/api/{channel}/cancel 取消消息(仅限待处理状态)
/simq/api/{channel}/delete 删除消息

简易使用方法

# 创建数据库
manage-simqsvr migrate
# 创建超级用户
manage-simqsvr createsuperuser

# 启动服务
manage-simqsvr runserver 0.0.0.0:80 --noreload
  • 创建数据库&创建超级用户,只是用来登录swagger接口管理界面。
  • 如果不需要使用swagger接口管理功能,可以忽略上述两个步骤。

注意事项

  • simqsvr目前仅支持基于redis的消息队列。
  • 必须要按django-redis标准来配置CACHES配置项。如:
    # decode_responses=True是必须的
    CACHES = {
        "default": {
            "BACKEND": "django_redis.cache.RedisCache",
            "LOCATION": "redis://127.0.0.1:6379/0?decode_responses=True",
        }
    }
    

版本

0.1.0

  • 版本首发。

0.1.1

  • 完善容器打包支持。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simqsvr-0.1.1.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

simqsvr-0.1.1-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file simqsvr-0.1.1.tar.gz.

File metadata

  • Download URL: simqsvr-0.1.1.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for simqsvr-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0b2674780989d18f80edc30bd6dae8ca45165bba601850af87a96de0eed8fa3b
MD5 0a38c919416af8f0e3d6c6373f44d3d0
BLAKE2b-256 5d07e45c93084a17a5ad770d165cd024b44b987ba561f7771ccb121be88d3a5b

See more details on using hashes here.

File details

Details for the file simqsvr-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: simqsvr-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for simqsvr-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d098859bbe79ef0a652dec40b240d1fdd4640e778bd7231b1df0f3877d0fd89d
MD5 4ffd835208b0937cbffbb351e5bcf11d
BLAKE2b-256 9d27d53ce49009420a29a38152df98fd58aacbaa8b9af3dea2d703ad542103bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page