Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Experimental task class that buffers messages and processes them as a list.
.. image:: https://img.shields.io/pypi/v/celery-batches.svg :target: https://pypi.org/project/celery-batches/
.. image:: https://github.com/clokep/celery-batches/actions/workflows/main.yml/badge.svg :target: https://github.com/clokep/celery-batches/actions/workflows/main.yml
.. image:: https://readthedocs.org/projects/celery-batches/badge/?version=latest :target: https://celery-batches.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Celery Batches provides a Task
class that allows processing of multiple
Celery task calls together as a list. The buffer of tasks calls is flushed on a
timer and based on the number of queued tasks.
Some potential use-cases for batching of task calls include:
celery-batches version runs on,
And is tested with Celery ~= 5.0.
If you're running an older version of Python, you need to be running an older version of celery-batches:
If you're running an older version of Celery, you need to be running an older version of celery-batches:
celery.contrib.batches
instead.Celery Batches was distributed as part of Celery (as celery.contrib.batches
)
until Celery 4.0. This project updates the Batches code to maintain compatiblity
with newer versions of Celery and other fixes. See the Changelog for details.
Additionally, this repository includes the full history of the code from
celery.contrib.batches
, but rewritten to the celery_batches/__init__.py
file.
FAQs
Experimental task class that buffers messages and processes them as a list.
We found that celery-batches demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.