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
2 results tagged scheduler  ✕   ✕
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
asyncoro - Framework for Asynchronous, Concurrent, Distributed, Network Programming http://asyncoro.sourceforge.net/
Mon 19 Mar 2018 05:44:10 PM PDT archive.org

Asyncoro is a Python framework for writing massively distributed applications. Designed to work in an asynchronous fashion (including non-blocking network socket handling) on as many OSes as possible. Supports SSL, locking, execution of routines on remote systems, and hot-swapping of code. Even does asynchronous database access.

jobs python distributed framework coroutines asynchronous module scheduler
4003 links, including 256 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn