Queue-processor

Latest version: v1.1.2

Safety actively analyzes 624049 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.2

Release Notes

Fixed Issues

Fixed missing raise Exception if parameters used to initialize the queue fail the parameter verification.

Commit List

- <a href='https://github.com/LearningToPi/queue_processor/commit/750625031a6750f5dcc2df6f0d1e8ee4f638cbf8'>7506250</a>: added missing raise for exception

1.1.1

Release Notes

Fixed Issues

Fixed issue when calling the length function (only returned items in the queue and did not include the currently executing item).

Commit List

- <a href='https://github.com/LearningToPi/queue_processor/commit/44c8f504e57957436975bf89c3af781539fb756a'>44c8f50</a>: v1.1.1
- <a href='https://github.com/LearningToPi/queue_processor/commit/7c97f378bc1867db73f4d2fa42f3bda46750c9cb'>7c97f37</a>: flix length to include current running task

1.1.0

Release Notes

What's New

Added the ability to add a task with a delayed start. 'run_after' parameter added to class 'add' function. The 'run_after' parameter can be a datetime value specifying a time and date that the task should be run, or a UNIX timestamp float.

Commit List

- <a href='https://github.com/LearningToPi/queue_processor/commit/e80457f826e8f849069378b4c541d89c6ea789a8'>e80457f</a>: added option to delay running a task

1.0.0

Release Notes

What's New

This is the first release for "queue_processor"! Please see the <a href="https://github.com/LearningToPi/queue_processor/blob/main/README.md">README.md</a> file for details.

Commit List

- <a href='https://github.com/LearningToPi/queue_processor/commit/ae5917e81e2d0838c79db95eba824d722dc82f21'>ae5917e</a>: initial v1.0.0
- <a href='https://github.com/LearningToPi/queue_processor/commit/16cb96f78ad99241065d4db23db1644de2af6ae9'>16cb96f</a>: updated gitignore to exclude vscode and local
- <a href='https://github.com/LearningToPi/queue_processor/commit/00450b5d620c4affef1c6e3432a564b606e400d8'>00450b5</a>: Initial commit

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.