Queues in Laravel 4.2 -


i working in project developed on laravel 4.2. not able idea queuing service of laravel. have read many documents still things not clear.

should compare queue , cron job ? when put cron job on server, mention time when cron run. in case of queue not find place time of run mentioned. there files in app/command directory , code running on server helpless find time of run or how stop these queues.

please guide me problem.

queue service add tasks later.

generally ask other service provider iron.io call application have task processes asynchronously , repeat call if fails first time. allows respond application user , leave task processed in background.

if use local sync driver task done during same request.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -