Skip to content

Commit 00aa46c

Browse files
author
Oliver Stark
committed
Merge branch 'master' of github.com:ostark/craft-async-queue
2 parents 1af2801 + 24496e2 commit 00aa46c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Async (Background) Queue
22

3+
[![Latest Stable Version](https://poser.pugx.org/ostark/craft-async-queue/v/stable)](https://packagist.org/packages/ostark/craft-async-queue)
4+
[![Total Downloads](https://poser.pugx.org/ostark/craft-async-queue/downloads)](https://packagist.org/packages/ostark/craft-async-queue)
5+
[![Monthly Downloads](https://poser.pugx.org/ostark/craft-async-queue/d/monthly)](https://packagist.org/packages/ostark/craft-async-queue)
6+
7+
8+
39
With Craft's job queue you can run heavy tasks in the background. Unfortunately, this is not entirely true, when `runQueueAutomatically => true` (default), the job queue is handled by a ajax (FPM) call.
410
With many jobs in the queue and limited PHP-FPM processes this can break your site.
511

@@ -8,6 +14,10 @@ The command `craft queue/run` gets executed right after you push a Job to the qu
814

915
[Here](https://github.com/craftcms/cms/issues/1952) you can find the initial discussion I started at `craftcms/cms`.
1016

17+
## Sponsor
18+
19+
Development happens in my free time, but also during working hours. Thanks [fortrabbit.com](https://www.fortrabbit.com/craft-hosting)!
20+
1121
## Requirements
1222

1323
* Craft 3

0 commit comments

Comments
 (0)