Tuesday, April 9, 2013

Re: CakePHP delayed job like this ror example???

Cake DJJob which runs off of the PHP port of delayed_job (which in turn is based off of ROR Delayed Job).

link: https://github.com/josegonzalez/cake_djjob

On Monday, April 8, 2013 12:02:04 PM UTC-7, Salines wrote:
Hello bakers,

i'm looking for cakephp solution to make delayed / backround jobs in my new app.

Here its similar RoR example what i'm looking http://www.youtube.com/watch?v=O8-9daG8cz8

What i need:

  1. User submit form
  2. app proccesing data
  3. after save, run delayed jobs as backround process
  4. user view index page
Background process

  • query very complex data associations and make cached file
  • make complex graph image or svg file
Thanks

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments: