peek-worker

Peek Platform - Worker Service


Keywords
Peek, Python, Platform, synerty
License
Other
Install
pip install peek-worker==2.5.6

Documentation

Peek Platform - Worker Service

The Peek Worker service provides peek apps with distributed multiprocessing support. This is provided with Celery.

See http://www.celeryproject.org

.# Ability to farm out computationally expensive tasks to a cluster, or at least
multiple threads.

.# The workers get their own connection to the DB in their own fork.