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
3 results tagged tasks  ✕   ✕
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
schedule — schedule 0.4.0 documentation https://schedule.readthedocs.io/
Mon 09 Nov 2020 02:01:11 PM PST archive.org

An in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax.

Maybe use this for exocortex_xmpp_bridge when I migrate off of SleekXMPP?

schedule.every().minute.at(":17").do(process_bridge_queues)
schedule.run_pending()
python module scheduler exocortex bots tasks
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
4145 links, including 267 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn