daycry

Results 10 comments of daycry

Hello, I understand you, but a lot of people upgrade doctrine version for improve our features like me. I only want help us but is your Code. Thank you for...

Hi, You can use threads for this Jobs. For example supervisor for Linux. But I Will think another type for manage this type of Jobs, for example reading Jobs for...

Fixed in v2.2.27 All jobs save in array for process later and avoid losing jobs

What version of CodeIgniter 4 do you have? Do you have the following configured in the .env file? #-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = development

You can set this constant environment in production environment. I use that constant to know the environment in which jobs are running. It's a constant in the framework.

Hi! I Will see your request, but is possible :) On Thu, 18 May 2023, 17:31 Svetoslav, ***@***.***> wrote: > Hey, > Thank you for this awesome package, I love...

Hi! If you want contribute in this project doing this changes I would appreciate it. Also, Dashboard is protected by user and pass, this is a very simple solution but...

I I'm doing the secure commit but it doesn't detect it

If you want validate rules with another database, you cant It, because now you cant pass DBGroup variable in prompt función. On Thu, 11 Apr 2024, 12:12 kenjis, ***@***.***> wrote:...

I wan't pass DB connection instance, only DBGroup name, but I will try this. is_unique[table.field,ignore_field,ignore_value,db_group] Thanks