codeigniter-queue-worker icon indicating copy to clipboard operation
codeigniter-queue-worker copied to clipboard

Question: Compatible Codeigniter V2?

Open sefirosweb opened this issue 4 years ago • 1 comments

Hello, I saw in documentation is requeried codeigniter version 3+

It is possible to make compatible with version 2?

Another question, you can store data for use it in the queue job? similar has laravel?

sefirosweb avatar Jun 29 '21 19:06 sefirosweb

Hi @sefirosweb,

Unfortunately, this package only used for codeigniter version 3.X. Each major release of Codeigniter has huge compatibility gap.

For another question, yes, you can store queue data in a queue and pop it to use. This part needs to be implemented by your own.

Best regards

yidas avatar Sep 30 '22 02:09 yidas