Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged queue  ✕   ✕
celery/celery https://github.com/celery/celery
Wed 09 Jun 2021 03:34:04 PM PDT archive.org

A distributed task queue written in Python that implements multiple message brokers and workers. Used to distribute tasks (discrete units of work or messages) to worker processes elsewhere on the host or the network. Generic communication protocol - there are protocol adapters for multiple other programming languages. Also implements webhooks.

Aims to be easy to use, with no required configuration files. This might be a case of "write your own simple daemon." Requires RabbitMQ or Redis as its message brokers.

https://docs.celeryproject.org/en/stable/

https://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html

https://medium.com/swlh/python-developers-celery-is-a-must-learn-technology-heres-how-to-get-started-578f5d63fab3

python exocortex queue tasks workers agents messages webhooks
Python RQ https://python-rq.org/
Tue 23 Feb 2021 02:35:24 PM PST archive.org

RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It can be integrated in your web stack easily.

Github: https://github.com/rq/rq

python module queue multiprocessor redis jobs exocortex
tsileo/poussetaches: Lightweight asynchronous task execution service https://github.com/tsileo/poussetaches
Sat 13 Apr 2019 06:53:06 PM PDT archive.org

Lightweight asynchronous task execution service. Tries to replace RabbitMQ and Celery for lightweight (Python specifically, for some reason). Randomizes when retriesare done. POST base64 encoded URL to an endpoint and when you want it to run, and it'll hit that URL at the right time.

golang microservice queue tasks http urls
Manage the postfix mailqueue with postsuper, postqueue und mailq http://www.faqforge.com/linux/server/manage-the-postfix-mailqueue-with-postsuper-postqueue-und-mailq/
Tue 20 Mar 2018 12:25:35 AM PDT archive.org

How to interactively edit the mail queue of a Postfix server to delete messages, clean up junk, or other stuff. Requires administrative access. Read the whole thing before you do anything.

Archived.

sysadmin management emergency postfix smtp howto queue linux mail server
Simple Python Queue with Redis - Peter Hoffmann http://peter-hoffmann.com/2012/python-simple-queue-redis-queue.html
Tue 20 Mar 2018 12:19:31 AM PDT archive.org

How to use use Redis to implement a queue for applications written in Python.

python redis queue howto simple
4803 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn