Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ostark/craft-async-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Jun 15, 2018
2 parents 1af2801 + 24496e2 commit 00aa46c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Async (Background) Queue

[![Latest Stable Version](https://poser.pugx.org/ostark/craft-async-queue/v/stable)](https://packagist.org/packages/ostark/craft-async-queue)
[![Total Downloads](https://poser.pugx.org/ostark/craft-async-queue/downloads)](https://packagist.org/packages/ostark/craft-async-queue)
[![Monthly Downloads](https://poser.pugx.org/ostark/craft-async-queue/d/monthly)](https://packagist.org/packages/ostark/craft-async-queue)



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.
With many jobs in the queue and limited PHP-FPM processes this can break your site.

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

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

## Sponsor

Development happens in my free time, but also during working hours. Thanks [fortrabbit.com](https://www.fortrabbit.com/craft-hosting)!

## Requirements

* Craft 3
Expand Down

0 comments on commit 00aa46c

Please sign in to comment.