Igor

Results 7 comments of Igor

As mentioned in https://github.com/ruckus/ruckusing-migrations/issues/134 > Currently the CLI is the primary interface. But it should be straight-forward enough to write your own web wrapper around the tool. You can manually...

Performing multiple queries may be usefull to load initial dump from PhpMyadmin for example. As for me, this feature should be implemented in special method like `multiExecute` with native adapter...

@tunder, 1. Both postgresql and sqlite extensions support multiple queries without special methods. The same is true for PDO, I'm not sure that it is overhead. 2. According to [documentation](https://github.com/ruckus/ruckusing-migrations/wiki/Migration-Methods#execute-method)...

@kevinc1984, what version of ruckusing do you use? Could you enable debug [here](https://github.com/ruckus/ruckusing-migrations/blob/master/lib/Task/Db/Migrate.php#L62) and show output?

Anye, update your library's version. This bug was fixed in https://github.com/ruckus/ruckusing-migrations/issues/123 issue

I tried to [test](https://github.com/silverslice/yii2-queue-redis-test) redis queue in docker, everything works correctly, the workers process jobs in parallel. @wapmorgan, please try my example. The problem in redis driver is that the...

I wrote [extension](https://github.com/silverslice/yii2-queue-failed) to save failed jobs in database and manage them later.