Skip to content

Commit

Permalink
[GearmanBundle] Fixed some broken code in git movements
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed May 1, 2012
1 parent 038fc37 commit 5ac4e46
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.settings
.buildpath
.project
project
project/report/*
lib/GearmanBundle/Resources/Sandbox
2 changes: 1 addition & 1 deletion phpcs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

find ./lib/Mmoreramerino/GearmanBundle/ | grep \.php | xargs -I {} phpcs {} > project/Reportings/codesniffer.log
find ./lib/Mmoreramerino/GearmanBundle/ | grep \.php | xargs -I {} phpcs {} > project/report/codesniffer.log
32 changes: 32 additions & 0 deletions project/dev.base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Bundles gearman will parse searching annotations
bundles:
# Name of bundle
GearmanBundle:
# Namespace to be found
namespace: Mmoreramerino\GearmanBundle
# Bundle search can be enabled or disabled
active: true

# default values
defaults:
# default method.
# do
# doBackground
# doHigh
# doHighBackground
# doLow
# doLowBackground
method: do

# Server list by default workers and clients will connect
# Server name must contain port
# If annotations defined, will be overwritten
servers:
localhost:
hostname: 127.0.0.1
port: 4730

# Default number of executions before job dies.
# If annotations defined, will be overwritten
iterations: 150

0 comments on commit 5ac4e46

Please sign in to comment.