This website requires JavaScript.
Explore
Help
Sign In
idanoo
/
php-resque
Watch
1
Star
0
Fork
0
You've already forked php-resque
mirror of
https://github.com/idanoo/php-resque.git
synced
2024-11-22 08:15:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5a94c021da
php-resque
/
demo
/
long_job.php
9 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2010-04-18 13:58:43 +00:00
<
?
php
Global reformat
2018-05-25 09:03:48 +00:00
Initial commit
2010-04-18 13:58:43 +00:00
class
Long_PHP_Job
{
Global reformat
2018-05-25 09:03:48 +00:00
public
function
perform
()
{
sleep
(
600
);
}
Working blocking list pop :)
2013-03-13 11:41:32 +00:00
}
Reference in New Issue
Copy Permalink