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
88f494e7ce
php-resque
/
demo
/
long_job.php
8 lines
75 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2010-04-18 13:58:43 +00:00
<
?
php
class
Long_PHP_Job
{
public
function
perform
()
{
sleep
(
600
);
}
Working blocking list pop :)
2013-03-13 11:41:32 +00:00
}
Reference in New Issue
Copy Permalink