Nick Tsai

Results 37 comments of Nick Tsai

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...

Hi @ig0rb, Thank you for your request. In general, there is only one worker instance. If you use multiple instances to run workers, you should detect the same queue and...

Hi @ig0rb, In your case, what queue you are using? Because the queue service is separate from the worker instances, these instances are irrelevant. Thanks

@ig0rb, > I don't want to have a single queue manager, because, each customer can 'reset', flush', download, his queue and i don't want to share a signle queue for...

Hi @ig0rb , Could you provide the official change of CI Router class methods for our reference? Thank you for your support

Hi @ig0rb, Good work! I'm considering that we can force change the `fetch_directory` to a new attribute which supports all version 3 series. In this way, we can delete the...

@ig0rb Great! You can refer to the discussion above to re-PR, I will merge it!

Hi @mrelliot69, Honestly, I made these CodeIgnitor 3 packages for continuous development of legacy projects, I think if you still have the opportunity to choose a framework or the project...

Listener and Worker need to be implenmented by your own components. Welcome to show support for this project to let me know that I need to write more examples for...

There are two issues I'd like to discuss: 1. Modifying the mininal PHP version to 7.4 is embarrassing, I suggest to keep supporting 7.0 as the current one. 2. Modifying...