You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vincent Driessen 0be1cb6ac0 Change the way jobs are pickled.
There is no job tuple anymore, but instead Jobs are picklable by
themselves natively.  Furthermore, I've added a way to annotate Jobs
with created_at and enqueued_at timestamps, to drive any future Job
performance stats.  (And to enable requeueing, while keeping hold of the
queue that the Job originated from.)

This fixes #17.
13 years ago
..
__init__.py Change the way jobs are pickled. 13 years ago
test_job.py Change the way jobs are pickled. 13 years ago
test_queue.py Change the way jobs are pickled. 13 years ago
test_worker.py Broke down tests into multiple files. 13 years ago