Skip to content

Commit

Permalink
Merge branch '4.9' into 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 2, 2022
2 parents 442bebc + fcb6bb9 commit 09958fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# SilverStripe Queued Jobs Module
# Silverstripe Queued Jobs Module

[![CI](https://github.com/symbiote/silverstripe-queuedjobs/actions/workflows/ci.yml/badge.svg)](https://github.com/symbiote/silverstripe-queuedjobs/actions/workflows/ci.yml)
[![Scrutinizer](https://scrutinizer-ci.com/g/symbiote/silverstripe-queuedjobs/badges/quality-score.png)](https://scrutinizer-ci.com/g/symbiote/silverstripe-queuedjobs/)
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

## Overview

The Queued Jobs module provides a framework for SilverStripe developers to
The Queued Jobs module provides a framework for Silverstripe developers to
define long running processes that should be run as background tasks.
This asynchronous processing allows users to continue using the system
while long running tasks proceed when time permits. It also lets
Expand Down Expand Up @@ -54,7 +53,6 @@ In order to enable this, configure the ProcessJobQueueTask to use this backend.

In your YML set the below:


```yaml

---
Expand Down Expand Up @@ -385,7 +383,6 @@ If defining your own jobs, please ensure you follow PSR conventions, i.e. use "Y
Ensure that notifications are configured so that you can get updates or stalled or broken jobs. You can
set the notification email address in your config as below:


```yaml
SilverStripe\Control\Email\Email:
queued_job_admin_email: [email protected]
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests/</directory>
Expand Down

0 comments on commit 09958fd

Please sign in to comment.