
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
redis-tasks
Advanced tools
redis-tasks is a lightweight framework created to reliably process background
tasks. Built-in SIGTERM signal handling makes it a great choice for a task
manager running on Heroku. Out-of-the-box provided task scheduler with a
user-friendly interface makes periodic task management easy and scalable.
For more information and usage instructions, see our documentation.
Want to monitor redis-tasks tasks, queues and workers? Check out rt-dashboard - a monitoring tool for redis-tasks.
tox is used to run the tests
and automatically sets up virtual environments to run the tests in. It
implicitly uses virtualenv.
To install tox run
pip install tox
Make sure to install the supported python versions on your local machine.
If you don't want to install all supported python versions, you can either
explicitly specify environments you want to run tox in or alternatively you
could run tox with the --skip_missing_interpreters
flag.
You can run all the tests with
tox
or run specific test environments, for example only tests on Python 3.8, with
tox -e py38
If you want to customize the pytest run, you can pass in pytest arguments
after the -- like so
tox -e py38 -- tests/test_cli.py
This will run tests only on Python 3.8 and from one module tests/test_cli.py
only.
You can run flake8 checks with
tox -e flake8
flake8 checks are also run as a part of the all tests run with
tox
You can build documentation locally with
tox -e docs
The built html files will be located in docs/build/html.
FAQs
redis-tasks is a lightweight library for processing background tasks
We found that redis-tasks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.