Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Nov 19, 2024
1 parent bba3c51 commit d1e2a7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Berlioz Queue Manager

[![Latest Version](https://img.shields.io/packagist/v/berlioz/queue-manager.svg?style=flat-square)](https://github.com/BerliozFramework/QueueManager/releases)
[![Software license](https://img.shields.io/github/license/BerliozFramework/QueueManager.svg?style=flat-square)](https://github.com/BerliozFramework/QueueManager/blob/1.x/LICENSE)
[![Build Status](https://img.shields.io/github/actions/workflow/status/BerliozFramework/QueueManager/tests.yml?branch=main&style=flat-square)](https://github.com/BerliozFramework/QueueManager/actions/workflows/tests.yml?query=branch%3Amain)
[![Quality Grade](https://img.shields.io/codacy/grade/701df41ea7644c3abe548e93f0412d87/main.svg?style=flat-square)](https://www.codacy.com/manual/BerliozFramework/QueueManager)
[![Total Downloads](https://img.shields.io/packagist/dt/berlioz/queue-manager.svg?style=flat-square)](https://packagist.org/packages/berlioz/queue-manager)

**Berlioz Queue Manager** is responsible for processing jobs from a queue using a job handler. It supports advanced
features like memory and time limits, signal handling, and customizable worker options.

Expand Down

0 comments on commit d1e2a7e

Please sign in to comment.