mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Add setUp and tearDown callbacks for jobs
This commit is contained in:
parent
94fed1cfb4
commit
6e6d7ad859
6 changed files with 114 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
## 1.1 (????-??-??) ##
|
||||
* Change arguments for jobs to be an array as they're easier to work with in
|
||||
PHP
|
||||
PHP.
|
||||
* Implement ability to have setUp and tearDown methods for jobs, called before
|
||||
and after every single run.
|
||||
|
||||
## 1.0 (2010-04-18) ##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue